From: basney Date: Wed, 30 Apr 2008 23:33:24 +0000 (+0000) Subject: use 'make install-nokeys' because 'make install' requires root now X-Git-Tag: OPENSSH_5_0P1_GSSAPI_20080701~4 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/322d7c6b9c6977c05228801019154889623d1b38 use 'make install-nokeys' because 'make install' requires root now --- diff --git a/nmi/testscript b/nmi/testscript index 5b48899..658c533 100755 --- a/nmi/testscript +++ b/nmi/testscript @@ -88,7 +88,7 @@ if test -d gssapi-openssh/openssh; then --with-globus-flavor=$GLOBUS_FLAVOR_NAME \ --with-zlib=$ZLIB_LOCATION \ --with-privsep-user=$USER --with-privsep-path=$GLOBUS_LOCATION/var/empty - make install + make install-nokeys # nonroot fi cd ../.. fi @@ -137,7 +137,7 @@ if test -f nightly.tar.gz; then --with-zlib=$ZLIB_LOCATION \ --with-privsep-user=$USER --with-privsep-path=$GLOBUS_LOCATION/var/empty make clean - make install + make install-nokeys # nonroot fi fi fi