Change into the correct pgtap directory
authorDan Scott <dscott@laurentian.ca>
Sun, 5 Mar 2017 23:23:00 +0000 (18:23 -0500)
committerDan Scott <dscott@laurentian.ca>
Sun, 5 Mar 2017 23:23:00 +0000 (18:23 -0500)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
installer/jessie/eg_jessie_installer.sh
installer/wheezy/eg_wheezy_installer.sh

index d31fc47..64b120c 100755 (executable)
@@ -446,7 +446,7 @@ function configure_database {
         PG_CMD="
         wget http://api.pgxn.org/dist/pgtap/$PG_TAP_VER/pgtap-$PG_TAP_VER.zip \
         && unzip pgtap-$PG_TAP_VER.zip \
-        && cd $PG_TAP_VER \
+        && cd pgtap-$PG_TAP_VER \
         && make \
         && make installcheck
         "
index ad168e8..810db72 100755 (executable)
@@ -454,7 +454,7 @@ function configure_database {
         PG_CMD="
         wget http://api.pgxn.org/dist/pgtap/$PG_TAP_VER/pgtap-$PG_TAP_VER.zip \
         && unzip pgtap-$PG_TAP_VER.zip \
-        && cd $PG_TAP_VER \
+        && cd pgtap-$PG_TAP_VER \
         && make \
         && make installcheck
         "