distro-build: record "" build stamp (especially for release mode)
original commit: 8177be0b9953fac926425b4b26e91fdbba8ed083
This commit is contained in:
parent
0e03c2111f
commit
cabceb5785
|
@ -47,9 +47,7 @@
|
|||
[table (if (equal? install-name "")
|
||||
table
|
||||
(hash-set table 'installation-name install-name))]
|
||||
[table (if (equal? build-stamp "")
|
||||
table
|
||||
(hash-set table 'build-stamp build-stamp))])
|
||||
[table (hash-set table 'build-stamp build-stamp)])
|
||||
(unless (equal? table orig)
|
||||
(make-directory* (path-only dest-config-file))
|
||||
(call-with-output-file dest-config-file
|
||||
|
|
Loading…
Reference in New Issue
Block a user