summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-21 09:51:27 +0000
committerng0 <ng0@infotropique.org>2017-09-21 09:51:27 +0000
commitc824ecd6de5d765e8c4b258d3affa6249c9f61c1 (patch)
treecc73fadbded9321a046c0edd00b6bd041b893efa
parent5cdcf48cec0af59c6fd6a6793f5c7121ee6764ec (diff)
downloadgnurl-7_55_1-4.tar.gz
gnurl-7_55_1-4.tar.bz2
gnurl-7_55_1-4.zip
gnurl: maketgz: Add sed to un-patchshebang the shebangs in ltmain.shgnurl-7_55_1-4
Thanks roptat in #guix.
-rwxr-xr-xmaketgz8
1 files changed, 8 insertions, 0 deletions
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
#