summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage/shebangs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/math/sage/shebangs.patch')
-rw-r--r--pkgs/applications/science/math/sage/shebangs.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/pkgs/applications/science/math/sage/shebangs.patch b/pkgs/applications/science/math/sage/shebangs.patch
deleted file mode 100644
index 96ed5a4bc6c..00000000000
--- a/pkgs/applications/science/math/sage/shebangs.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/build/bin/sage-spkg b/build/bin/sage-spkg
-index 83e61a7e0d..942ba206c7 100755
---- a/build/bin/sage-spkg
-+++ b/build/bin/sage-spkg
-@@ -648,8 +648,12 @@ if ! sage-apply-patches; then
-     error_msg "Error applying patches"
-     exit 1
- fi
-+
-+@bash@/bin/bash @patchSageShebangs@ .
-+
- cd ..
- 
-+
- ##################################################################
- # The package has been extracted, prepare for installation
- ##################################################################
-@@ -671,7 +675,7 @@ write_script_wrapper() {
-     local tmpscript="$(dirname "$script")/.tmp-${script##*/}"
- 
-     cat > "$tmpscript" <<__EOF__
--#!/usr/bin/env bash
-+#! @bash@/bin/bash
- 
- export SAGE_ROOT="$SAGE_ROOT"
- export SAGE_SRC="$SAGE_SRC"
-@@ -833,6 +837,9 @@ if [ "$UNAME" = "CYGWIN" ]; then
-     sage-rebase.sh "$SAGE_LOCAL" 2>/dev/null
- fi
- 
-+@bash@/bin/bash @patchSageShebangs@ .
-+@bash@/bin/bash @patchSageShebangs@ "$out/bin"
-+
- echo "Successfully installed $PKG_NAME"
- 
- if [ "$SAGE_CHECK" = "yes" ]; then