]> andersk Git - gssapi-openssh.git/blobdiff - nmi/testscript
use 'make install-nokeys' because 'make install' requires root now
[gssapi-openssh.git] / 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.034412 seconds and 4 git commands to generate.