[PC-BSD Commits] r3076 - in pbibuild/modules/quake3: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 15 08:29:57 PST 2008
Author: gonzalo
Date: 2008-12-15 08:29:54 -0800 (Mon, 15 Dec 2008)
New Revision: 3076
Modified:
pbibuild/modules/quake3/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/quake3/pbi.conf
Log:
q3a hidden folder now removes ok
Modified: pbibuild/modules/quake3/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/quake3/overlay-dir/PBI.RemoveScript.sh 2008-12-15 01:52:13 UTC (rev 3075)
+++ pbibuild/modules/quake3/overlay-dir/PBI.RemoveScript.sh 2008-12-15 16:29:54 UTC (rev 3076)
@@ -19,9 +19,9 @@
cd /home
for i in `ls`
do
- if [ -e "/home/${i}/.q3" ]
+ if [ -e "/home/${i}/.q3a" ]
then
- rm -rf /home/${i}/.q3
+ rm -rf /home/${i}/.q3a
fi
done
fi
Modified: pbibuild/modules/quake3/pbi.conf
===================================================================
--- pbibuild/modules/quake3/pbi.conf 2008-12-15 01:52:13 UTC (rev 3075)
+++ pbibuild/modules/quake3/pbi.conf 2008-12-15 16:29:54 UTC (rev 3076)
@@ -32,9 +32,9 @@
# 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="03"
# Don't build this PBI on certian processors (i386 / amd64)
-#ARCHIGNORE="amd64" ; export ARCHIGNORE
+ARCHIGNORE="amd64" ; export ARCHIGNORE
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list