[PC-BSD Commits] r1077 - in pbibuild/modules/kompozer: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 28 08:27:39 PST 2007
Author: kris
Date: 2007-12-28 08:27:38 -0800 (Fri, 28 Dec 2007)
New Revision: 1077
Modified:
pbibuild/modules/kompozer/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/kompozer/pbi.conf
Log:
Fixed problem with extensions not being able to load when running as a regular
user
Modified: pbibuild/modules/kompozer/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/kompozer/overlay-dir/PBI.SetupScript.sh 2007-12-28 15:10:10 UTC (rev 1076)
+++ pbibuild/modules/kompozer/overlay-dir/PBI.SetupScript.sh 2007-12-28 16:27:38 UTC (rev 1077)
@@ -21,4 +21,7 @@
ln -s /Programs/${PROGDIR}/libdata/pkgconfig/kompozer* /usr/local/libdata/pkgconfig/
ln -s /Programs/${PROGDIR}/share/idl/kompozer /usr/local/share/idl/kompozer
+mkdir /Programs/${PROGDIR}/lib/kompozer/extensions
+chmod 777 /Programs/${PROGDIR}/lib/kompozer/extensions
+
echo "LAUNCHCLOSE: /usr/local/bin/kompozer"
Modified: pbibuild/modules/kompozer/pbi.conf
===================================================================
--- pbibuild/modules/kompozer/pbi.conf 2007-12-28 15:10:10 UTC (rev 1076)
+++ pbibuild/modules/kompozer/pbi.conf 2007-12-28 16:27:38 UTC (rev 1077)
@@ -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="18"
+BUILDKEY="28"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list