mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gash-boot: Shorten symlinks.
* gnu/packages/commencement.scm (gash-boot)[arguments]: Shorten symlinks created in ‘install-symlinks’. Change-Id: I1300b31db615ab5fd9674c5a2d2aca1b7f600fcd
This commit is contained in:
parent
6610c6cbfc
commit
cf46fefb0b
1 changed files with 2 additions and 4 deletions
|
@ -225,10 +225,8 @@ pure Scheme to Tar and decompression in one easy step.")
|
|||
(add-after 'install 'install-symlinks
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
(symlink (string-append out "/bin/gash")
|
||||
(string-append out "/bin/sh"))
|
||||
(symlink (string-append out "/bin/gash")
|
||||
(string-append out "/bin/bash"))))))))
|
||||
(symlink "gash" (string-append out "/bin/sh"))
|
||||
(symlink "gash" (string-append out "/bin/bash"))))))))
|
||||
(inputs (list %bootstrap-guile))
|
||||
(native-inputs (list bootar))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue