[postgis-tickets] r14306 - Add step to purge install folder before reinstall
Regina Obe
lr at pcorp.us
Fri Oct 23 15:29:13 PDT 2015
Author: robe
Date: 2015-10-23 15:29:13 -0700 (Fri, 23 Oct 2015)
New Revision: 14306
Modified:
buildbots/debian/scripts/geos_make_install_check_branch.sh
Log:
Add step to purge install folder before reinstall
Modified: buildbots/debian/scripts/geos_make_install_check_branch.sh
===================================================================
--- buildbots/debian/scripts/geos_make_install_check_branch.sh 2015-10-22 15:58:31 UTC (rev 14305)
+++ buildbots/debian/scripts/geos_make_install_check_branch.sh 2015-10-23 22:29:13 UTC (rev 14306)
@@ -16,5 +16,6 @@
./configure --prefix=${WORKSPACE}/rel-${GEOS_VER}w${OS_BUILD}
make
+rm -rf ${WORKSPACE}/rel-${GEOS_VER}w${OS_BUILD}
make install
make check
\ No newline at end of file
More information about the postgis-tickets
mailing list