From 322d7c6b9c6977c05228801019154889623d1b38 Mon Sep 17 00:00:00 2001 From: basney Date: Wed, 30 Apr 2008 23:33:24 +0000 Subject: [PATCH] use 'make install-nokeys' because 'make install' requires root now --- nmi/testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.1