aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 11:29:30 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 11:29:30 +0000
commit14746407c80ebbc2a15313cbc12cd70cc9a716d6 (patch)
tree92cfbdc721de8e8ef4451d6f171fcd6ada6592bd /bin
parentc68de842dd9898d4a028f5a1e71c95cf3b95a02d (diff)
Fix to relative path again
Diffstat (limited to 'bin')
-rw-r--r--bin/proofgeneral2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/proofgeneral b/bin/proofgeneral
index 6def97ff..b54a35b0 100644
--- a/bin/proofgeneral
+++ b/bin/proofgeneral
@@ -11,7 +11,7 @@
#
# The relative path works for uninstalled package
-PGHOME=/usr/share/xemacs/site-packages/lisp/ProofGeneral
+PGHOME=..
# Try to find an Emacs executable
if [ -z "$EMACS" ] || [ ! -x "$EMACS" ]; then