[PC-BSD Commits] r1039 - pbibuild/modules/kompozer
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 19 11:54:16 PST 2007
Author: kris
Date: 2007-12-19 11:54:15 -0800 (Wed, 19 Dec 2007)
New Revision: 1039
Modified:
pbibuild/modules/kompozer/copy-files
pbibuild/modules/kompozer/pbi.conf
Log:
Fix the Kompozer build to copy over the actual kompozer-bin file
to bin/ so that it gets LDD run on it properly
Modified: pbibuild/modules/kompozer/copy-files
===================================================================
--- pbibuild/modules/kompozer/copy-files 2007-12-19 01:41:10 UTC (rev 1038)
+++ pbibuild/modules/kompozer/copy-files 2007-12-19 19:54:15 UTC (rev 1039)
@@ -2,6 +2,7 @@
/usr/local/bin/kompozer-config bin/
/usr/local/include/kompozer include/
/usr/local/lib/kompozer lib/
+/usr/local/lib/kompozer/kompozer-bin bin/
/usr/local/libdata/pkgconfig/kompozer* libdata/pkgconfig/
/usr/local/share/idl/kompozer share/idl/
-/usr/local/share/applications/kompozer* share/applications/
\ No newline at end of file
+/usr/local/share/applications/kompozer* share/applications/
Modified: pbibuild/modules/kompozer/pbi.conf
===================================================================
--- pbibuild/modules/kompozer/pbi.conf 2007-12-19 01:41:10 UTC (rev 1038)
+++ pbibuild/modules/kompozer/pbi.conf 2007-12-19 19:54:15 UTC (rev 1039)
@@ -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="05"
+BUILDKEY="15"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list