gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: gnurl: maketgz: Add sed to u


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: gnurl: maketgz: Add sed to un-patchshebang the shebangs in ltmain.sh Thanks roptat in #guix.
Date: Thu, 21 Sep 2017 11:52:22 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new c824ecd6d gnurl: maketgz: Add sed to un-patchshebang the shebangs in 
ltmain.sh Thanks roptat in #guix.
c824ecd6d is described below

commit c824ecd6de5d765e8c4b258d3affa6249c9f61c1
Author: ng0 <address@hidden>
AuthorDate: Thu Sep 21 09:51:27 2017 +0000

    gnurl: maketgz: Add sed to un-patchshebang the shebangs in ltmain.sh
    Thanks roptat in #guix.
---
 maketgz | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/maketgz b/maketgz
index 48ef26154..35df2b731 100755
--- a/maketgz
+++ b/maketgz
@@ -164,6 +164,14 @@ git log --pretty=fuller --no-color --date=short 
--decorate=full -1000 | ./script
 
 ############################################################################
 #
+# Revert shebang-patches in ltmain.sh
+#
+
+echo "revert shebang patches in ltmain.sh"
+sed -i 's|/gnu/store/[a-z0-9]\{32\}-bash-minimal-4.4.12||' ltmain.sh
+
+############################################################################
+#
 # Now run make dist to generate a tar.gz archive
 #
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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