diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-01-27 12:34:09 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-01-27 12:34:09 +0000 |
commit | b5bef11c93afbadd1e089dd9456a5bb6ed2564bc (patch) | |
tree | 3e7360b81dedcf0fecd663704ab48502eae25451 /editors/xemacs20 | |
parent | 9a97eb73a25f728c857fa53c149ad699e980763d (diff) | |
download | pkgsrc-b5bef11c93afbadd1e089dd9456a5bb6ed2564bc.tar.gz |
This patches lib-src/send-pr (installed as xemacs-send-pr) to
set the DATADIR and MAIL_AGENT properly. Inspired by Mathias Scheler.
Diffstat (limited to 'editors/xemacs20')
-rw-r--r-- | editors/xemacs20/patches/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/xemacs20/patches/patch-ab b/editors/xemacs20/patches/patch-ab new file mode 100644 index 00000000000..84037460d1f --- /dev/null +++ b/editors/xemacs20/patches/patch-ab @@ -0,0 +1,20 @@ +--- ./lib-src/send-pr-orig Thu Jan 22 14:54:07 1998 ++++ ./lib-src/send-pr Thu Jan 22 15:09:10 1998 +@@ -35,7 +35,7 @@ + + # Where the gnats category tree lives. + [ -z "$DATADIR" ] && +-DATADIR=/usr/share ++DATADIR=`/usr/bin/dirname $0`/../lib/xemacs-20.3/etc + + # If we've been moved around, try using GCC_EXEC_PREFIX. + [ ! -d $DATADIR/gnats -a -d "$GCC_EXEC_PREFIX" ] && +@@ -56,7 +56,7 @@ + + # What mailer to use. This must come after the config file, since it is + # host-dependent. +-MAIL_AGENT="/usr/lib/sendmail -oi -t" ++MAIL_AGENT="/usr/sbin/sendmail -oi -t" + + # How to read the passwd database. + PASSWD="cat /etc/passwd" |