aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch')
-rw-r--r--sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch b/sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch
deleted file mode 100644
index 1ec036b14..000000000
--- a/sci-mathematics/cdfplayer/files/cdfplayer-9.0.1-installer.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- CDFPlayer_9.0.1_LINUX.sh
-+++ CDFPlayer_9.0.1_LINUX.sh
-@@ -261,11 +261,11 @@
- fi
- done
- chmod a+x $0 || echo Please add execution rights on $0
-- if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal!
-- exec $XTERM -title "$label" -e "$0" --xwin "$@"
-- else
-- exec $XTERM -title "$label" -e "./$0" --xwin "$@"
-- fi
-+ #if test `echo "$0" | cut -c1` = "/"; then # Spawn a terminal!
-+ # exec $XTERM -title "$label" -e "$0" --xwin "$@"
-+ #else
-+ # exec $XTERM -title "$label" -e "./$0" --xwin "$@"
-+ #fi
- fi
- fi
- fi