Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 23 lines 693 B view raw
1--- a/configure 2+++ b/configure 3@@ -327,9 +327,9 @@ 4 SNOLIB_LOCAL="$SNOLIB/local" 5 SNOLIB_DOC="$SNOLIB" 6 # XXX use $PREFIX/include/snobol4 ??? 7-INCLUDE_DIR="$SNOLIB/include" 8+INCLUDE_DIR="$PREFIX"/include/snolib4 9 10-DOC_DIR="$PREFIX/share/doc/snobol4-$VERSION" 11+DOC_DIR="$doc/share/doc/snobol4-$VERSION" 12 13 echo 'BINDIR=$(DESTDIR)'"$BINDIR" >> $CONFIG_M4 14 echo 'MANDIR=$(DESTDIR)'"$MANDIR" >> $CONFIG_M4 15@@ -2110,7 +2110,7 @@ 16 # IRIX /sbin/install 17 18 # should always find ./install-sh 19-for DIR in /usr/bin /usr/ucb /usr/local/bin /bin .; do 20+for DIR in `echo $PATH | tr ':' ' '`; do 21 for INSTALL in install ginstall scoinst install-sh; do 22 IPATH=$DIR/$INSTALL 23 if [ -d $IPATH ]; then