From 5e5d165309818bae24b7a11bdec9901048a3edfc Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Fri, 3 Jul 2009 16:16:11 +0000 Subject: [PATCH] Fix (I hope) installation of libpq git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18171 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 8aa3634e71..b8c0682275 100755 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -1075,12 +1075,13 @@ function inst_libdbi() { test -f ${_MYSQL_LIB_UDIR}/lib/libmysql.dll || die "mysql not installed correctly - libmysql.dll" test -f ${_MYSQL_LIB_UDIR}/lib/libmysqlclient.a || die "mysql not installed correctly - libmysqlclient.a" fi - if test -f ${_PSQL_LIB_UDIR}/lib/libpqsql.dll + if test -f ${_PGSQL_UDIR}/lib/libpq.dll then echo "PGSQL library already installed. skipping." else wget_unpacked $PGSQL_LIB_URL $DOWNLOAD_DIR $TMP_DIR mv $TMP_UDIR/pgsql* $PGSQL_DIR + test -f ${_PGSQL_UDIR}/lib/libpq.dll || die "libpq not installed correctly" fi if test -f ${_LIBDBI_UDIR}/bin/libdbi-0.dll then