]> andersk Git - gssapi-openssh.git/commitdiff
use 'make install-nokeys' because 'make install' requires root now
authorbasney <basney>
Wed, 30 Apr 2008 23:33:24 +0000 (23:33 +0000)
committerbasney <basney>
Wed, 30 Apr 2008 23:33:24 +0000 (23:33 +0000)
nmi/testscript

index 5b488993f59a3143f27695b8588ab9c7c565f90e..658c533bf92ea01bdf6cb3470a2c7583f3f3625c 100755 (executable)
@@ -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
This page took 0.050062 seconds and 5 git commands to generate.