mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libtool: Correct replacement shebang.
* gnu/packages/autotools.scm (libtool)[arguments]: Correct replacement shebang in 'restore-ltmain-shebang' phase.
This commit is contained in:
parent
78c172a56e
commit
92e779592d
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ (define-public libtool
|
||||||
(add-after 'patch-source-shebangs 'restore-ltmain-shebang
|
(add-after 'patch-source-shebangs 'restore-ltmain-shebang
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "build-aux/ltmain.in"
|
(substitute* "build-aux/ltmain.in"
|
||||||
(("^#!.*/bin/sh$") "/bin/sh"))
|
(("^#!.*/bin/sh$") "#!/bin/sh"))
|
||||||
#t)))))
|
#t)))))
|
||||||
|
|
||||||
(synopsis "Generic shared library support tools")
|
(synopsis "Generic shared library support tools")
|
||||||
|
|
Loading…
Reference in a new issue