[PC-BSD Commits] r1528 - in pbibuild/modules/pgadmin: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Mar 4 08:23:36 PST 2008
Author: kris
Date: 2008-03-04 08:23:35 -0800 (Tue, 04 Mar 2008)
New Revision: 1528
Modified:
pbibuild/modules/pgadmin/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/pgadmin/pbi.conf
Log:
Trigger a rebuild for pgadmin to fix a bug launching at close of install
Modified: pbibuild/modules/pgadmin/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/pgadmin/overlay-dir/PBI.SetupScript.sh 2008-03-04 15:58:12 UTC (rev 1527)
+++ pbibuild/modules/pgadmin/overlay-dir/PBI.SetupScript.sh 2008-03-04 16:23:35 UTC (rev 1528)
@@ -14,7 +14,7 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-ln -s /Programs/${PROGDIR}/.sbin/pgadmin3 /usr/local/bin/pgadmin3
+ln -s /Programs/${PROGDIR}/.sbin/pgadmin3.sh /usr/local/bin/pgadmin3
ln -s /Programs/${PROGDIR}/.sbin/pgagent /usr/local/bin/pgagent
ln -s /Programs/${PROGDIR}/share/pgadmin3 /usr/local/share/pgadmin3
echo "LAUNCHCLOSE: /usr/local/bin/pgadmin3"
Modified: pbibuild/modules/pgadmin/pbi.conf
===================================================================
--- pbibuild/modules/pgadmin/pbi.conf 2008-03-04 15:58:12 UTC (rev 1527)
+++ pbibuild/modules/pgadmin/pbi.conf 2008-03-04 16:23:35 UTC (rev 1528)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="32"
+BUILDKEY="22"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list