]> andersk Git - gssapi-openssh.git/blobdiff - nmi/testscript
CVS paths changed in move to cvs.globus.org
[gssapi-openssh.git] / nmi / testscript
index 0a1c726f10767abe3e80050fec57d91eda5608e8..1407e1b63d49538a5d6b371f44bc74eb5c2b21a2 100755 (executable)
@@ -51,7 +51,7 @@ if test -d openssh; then
   ./install-autotools $GLOBUS_LOCATION
   cd ..
   echo ==================================================
-  cd openssh
+  cd gssapi-openssh/openssh
   if test -f make_gpt_dist; then
     echo Building GSI-OpenSSH GPT package from CVS...
     ./make_gpt_dist
@@ -66,7 +66,7 @@ if test -d openssh; then
       --with-privsep-user=$USER --with-privsep-path=$GLOBUS_LOCATION/var/empty
     make install
   fi
-  cd ..
+  cd ../..
 fi
 if test -f nightly.tar.gz; then
     echo ==================================================
@@ -96,7 +96,7 @@ if test -f nightly.tar.gz; then
         ./install-autotools $GLOBUS_LOCATION
         cd ..
         echo ==================================================
-        cd openssh
+        cd gssapi-openssh/openssh
         if test -f make_gpt_dist; then
             echo Building GSI-OpenSSH GPT package from CVS...
             gpt-build -force -verbose gsi_openssh-*.tar.gz $GLOBUS_FLAVOR_NAME \
This page took 0.087507 seconds and 4 git commands to generate.