From f2ac8b68390730311d008855eb261f42407432af Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sun, 5 Mar 2017 18:23:00 -0500 Subject: [PATCH] Change into the correct pgtap directory Signed-off-by: Dan Scott --- installer/jessie/eg_jessie_installer.sh | 2 +- installer/wheezy/eg_wheezy_installer.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/jessie/eg_jessie_installer.sh b/installer/jessie/eg_jessie_installer.sh index d31fc47f0..64b120c5e 100755 --- a/installer/jessie/eg_jessie_installer.sh +++ b/installer/jessie/eg_jessie_installer.sh @@ -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 " diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index ad168e8e1..810db7260 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -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 " -- 2.43.2