--- ./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"