[PC-BSD Commits] r12779 - pbibuild/modules/mail/thunderbird
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 13 07:14:20 PDT 2011
Author: kenmoore
Date: 2011-09-13 07:14:20 -0700 (Tue, 13 Sep 2011)
New Revision: 12779
Modified:
pbibuild/modules/mail/thunderbird/build.sh
pbibuild/modules/mail/thunderbird/pbi.conf
Log:
Don't rm bin/thunderbird-wrapper and rebuild thunderbird
Modified: pbibuild/modules/mail/thunderbird/build.sh
===================================================================
--- pbibuild/modules/mail/thunderbird/build.sh 2011-09-13 11:31:40 UTC (rev 12778)
+++ pbibuild/modules/mail/thunderbird/build.sh 2011-09-13 14:14:20 UTC (rev 12779)
@@ -13,7 +13,7 @@
# remove the -p line in the thunderbird file
sed -i.bak "s,-p |,,g" ${PBIDIR}/bin/thunderbird
-rm ${PBIDIR}/bin/thunderbird-wrapper
+#rm ${PBIDIR}/bin/thunderbird-wrapper
# Make sure to use the wrapper for enigmail
sed -i.bak "s,CHANGEME,${PBI_TARGETFULLDIR},g" ${PBIDIR}/bin/thunderbird-wrapper
Modified: pbibuild/modules/mail/thunderbird/pbi.conf
===================================================================
--- pbibuild/modules/mail/thunderbird/pbi.conf 2011-09-13 11:31:40 UTC (rev 12778)
+++ pbibuild/modules/mail/thunderbird/pbi.conf 2011-09-13 14:14:20 UTC (rev 12779)
@@ -38,6 +38,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="06"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list