[PC-BSD Commits] r6065 - pbibuild/modules/mail/thunderbird3
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 28 09:28:17 PST 2010
Author: kris
Date: 2010-01-28 09:28:17 -0800 (Thu, 28 Jan 2010)
New Revision: 6065
Modified:
pbibuild/modules/mail/thunderbird3/build.sh
pbibuild/modules/mail/thunderbird3/pbi.conf
Log:
Rebuild thunderbird, don't need to correct moz_libdir anymore, port does it
Modified: pbibuild/modules/mail/thunderbird3/build.sh
===================================================================
--- pbibuild/modules/mail/thunderbird3/build.sh 2010-01-28 17:14:17 UTC (rev 6064)
+++ pbibuild/modules/mail/thunderbird3/build.sh 2010-01-28 17:28:17 UTC (rev 6065)
@@ -11,27 +11,6 @@
# MODULEDIR = The location of the module directory for this PBI
##############################################################################
-TBLIBDIR="lib/thunderbird-3.0"
-
-# We need to modify the bin/firefox script to point to the PBI directory
-# properly
-rm /tmp/t-fixed 2>/dev/null
-while read line
-do
-
- echo $line | grep '^moz_libdir=' >/dev/null 2>/dev/null
- if [ "$?" = "0" ]
- then
- echo "moz_libdir=\"${PBI_TARGETFULLDIR}/${TBLIBDIR}\"" >>/tmp/t-fixed
- else
- echo "${line}" >> /tmp/t-fixed
- fi
-
-done < ${PBIDIR}/bin/thunderbird
-
-cp /tmp/t-fixed ${PBIDIR}/bin/thunderbird
-chmod 755 ${PBIDIR}/bin/thunderbird
-
# remove the -p line in the thunderbird file
sed -i.bak "s,-p |,,g" ${PBIDIR}/bin/thunderbird
Modified: pbibuild/modules/mail/thunderbird3/pbi.conf
===================================================================
--- pbibuild/modules/mail/thunderbird3/pbi.conf 2010-01-28 17:14:17 UTC (rev 6064)
+++ pbibuild/modules/mail/thunderbird3/pbi.conf 2010-01-28 17:28:17 UTC (rev 6065)
@@ -35,6 +35,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="02"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list