~ruther/guix-local

92e779592d269ca1924f184496eb4ca832997b12 — Leo Famulari 9 years ago 78c172a
gnu: libtool: Correct replacement shebang.

* gnu/packages/autotools.scm (libtool)[arguments]: Correct replacement
shebang in 'restore-ltmain-shebang' phase.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/autotools.scm
M gnu/packages/autotools.scm => gnu/packages/autotools.scm +1 -1
@@ 334,7 334,7 @@ Makefile, simplifying the entire process for the developer.")
         (add-after 'patch-source-shebangs 'restore-ltmain-shebang
           (lambda* (#:key inputs #:allow-other-keys)
             (substitute* "build-aux/ltmain.in"
               (("^#!.*/bin/sh$") "/bin/sh"))
               (("^#!.*/bin/sh$") "#!/bin/sh"))
             #t)))))

    (synopsis "Generic shared library support tools")