diff options
Diffstat (limited to 'misc/xpns/files/patch-xpns')
-rw-r--r-- | misc/xpns/files/patch-xpns | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/xpns/files/patch-xpns b/misc/xpns/files/patch-xpns new file mode 100644 index 000000000000..1c096cf88ddd --- /dev/null +++ b/misc/xpns/files/patch-xpns @@ -0,0 +1,14 @@ +--- xpns.orig Tue Apr 8 11:27:14 1997 ++++ xpns Tue Apr 8 11:29:05 1997 +@@ -1,6 +1,8 @@ +-#!/bin/tcsh +-setenv XAPPLRESDIR $PWD/ +-pns ++#!/bin/sh ++# Note pns will dump core if environment is not correct ++XAPPLRESDIR=%%PREFIX%%/share/xpns/ ++export XAPPLRESDIR ++%%PREFIX%%/libexec/xpns/pns + + + |