guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libtool: Correct replacement shebang.


From: Leo Famulari
Subject: 01/01: gnu: libtool: Correct replacement shebang.
Date: Thu, 5 Jan 2017 16:32:51 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 92e779592d269ca1924f184496eb4ca832997b12
Author: Leo Famulari <address@hidden>
Date:   Thu Jan 5 11:31:34 2017 -0500

    gnu: libtool: Correct replacement shebang.
    
    * gnu/packages/autotools.scm (libtool)[arguments]: Correct replacement
    shebang in 'restore-ltmain-shebang' phase.
---
 gnu/packages/autotools.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index a2c1f3d..442c87c 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]