[PC-BSD Commits] r3374 - pbibuild/modules/deluge
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 30 10:27:11 PST 2009
Author: kris
Date: 2009-01-30 10:27:10 -0800 (Fri, 30 Jan 2009)
New Revision: 3374
Modified:
pbibuild/modules/deluge/build.sh
pbibuild/modules/deluge/pbi.conf
Log:
Fixed deluge to make the font link properly
Modified: pbibuild/modules/deluge/build.sh
===================================================================
--- pbibuild/modules/deluge/build.sh 2009-01-30 17:54:29 UTC (rev 3373)
+++ pbibuild/modules/deluge/build.sh 2009-01-30 18:27:10 UTC (rev 3374)
@@ -18,3 +18,4 @@
mv /tmp/deluge ${PBIDIR}/bin/deluge
chmod 755 ${PBIDIR}/bin/deluge
+rm -rf ${PBIDIR}/etc/fonts
Modified: pbibuild/modules/deluge/pbi.conf
===================================================================
--- pbibuild/modules/deluge/pbi.conf 2009-01-30 17:54:29 UTC (rev 3373)
+++ pbibuild/modules/deluge/pbi.conf 2009-01-30 18:27:10 UTC (rev 3374)
@@ -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="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list