summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
Diffstat (limited to 'maketgz')
-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
#