distro-build: always include version number in directory for source
This commit is contained in:
parent
ce63c5b75f
commit
387dd2117b
|
@ -40,7 +40,7 @@
|
|||
(values human-name
|
||||
(format "~a v~a" human-name (version))
|
||||
(format "~a-~a" base-name (version))
|
||||
(if release?
|
||||
(if (and release? (not source?))
|
||||
dir-name
|
||||
(format "~a-~a" dir-name (version)))
|
||||
(if (string=? dist-suffix "")
|
||||
|
|
Loading…
Reference in New Issue
Block a user