[PC-BSD Commits] r4635 - in pbibuild/modules/net-im/pidgin: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 12 07:26:41 PDT 2009
Author: kris
Date: 2009-10-12 07:26:41 -0700 (Mon, 12 Oct 2009)
New Revision: 4635
Modified:
pbibuild/modules/net-im/pidgin/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/net-im/pidgin/pbi.conf
Log:
Fixed script typo in Pidgin, thanks to Alexander Volf for the heads up!
Modified: pbibuild/modules/net-im/pidgin/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/net-im/pidgin/overlay-dir/PBI.SetupScript.sh 2009-10-09 20:14:30 UTC (rev 4634)
+++ pbibuild/modules/net-im/pidgin/overlay-dir/PBI.SetupScript.sh 2009-10-12 14:26:41 UTC (rev 4635)
@@ -39,7 +39,7 @@
for i in ${USERS}
do
HOMEDIR="`cat /etc/passwd | grep ^${i}: | cut -d ":" -f 6`"
- if [ -e "${HOMEDIR}/${i}/.purple/prefs.xml" ]
+ if [ -e "${HOMEDIR}/.purple/prefs.xml" ]
then
su $i -c /Programs/${PROGDIR}/fixprefs.sh ${PROGDIR}
fi
Modified: pbibuild/modules/net-im/pidgin/pbi.conf
===================================================================
--- pbibuild/modules/net-im/pidgin/pbi.conf 2009-10-09 20:14:30 UTC (rev 4634)
+++ pbibuild/modules/net-im/pidgin/pbi.conf 2009-10-12 14:26:41 UTC (rev 4635)
@@ -41,7 +41,7 @@
# 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="03"
+BUILDKEY="01"
# Auto-copy over all the libpurple files
PBIAUTOPOPULATE="YES"
More information about the Commits
mailing list