summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch')
-rw-r--r--pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch b/pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch
deleted file mode 100644
index 704e4b6c8c7a..000000000000
--- a/pkgs/applications/editors/emacs-modes/proofgeneral/pg.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -r c7d8bfff4c0a bin/proofgeneral
---- a/bin/proofgeneral Sat Sep 27 02:25:15 2014 +0100
-+++ b/bin/proofgeneral Sat Sep 27 02:28:16 2014 +0100
-@@ -73,11 +73,7 @@
-
- # Try to find Proof General directory
- if [ -z "$PGHOME" ] || [ ! -d "$PGHOME" ]; then
-- # default relative to this script, otherwise PGHOMEDEFAULT
-- MYDIR="`readlink --canonicalize "$0" | sed -ne 's,/bin/proofgeneral$,,p'`"
-- if [ -d "$MYDIR/generic" ]; then
-- PGHOME="$MYDIR"
-- elif [ -d "$PGHOMEDEFAULT" ]; then
-+ if [ -d "$PGHOMEDEFAULT" ]; then
- PGHOME="$PGHOMEDEFAULT"
- else
- echo "Cannot find the Proof General lisp files: Set PGHOME or use --pghome."