[PC-BSD Commits] r1058 - in pbibuild/modules/alienarena: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Sat Dec 22 06:59:06 PST 2007
Author: gonzalo
Date: 2007-12-22 06:59:05 -0800 (Sat, 22 Dec 2007)
New Revision: 1058
Modified:
pbibuild/modules/alienarena/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/alienarena/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/alienarena/pbi.conf
Log:
Alien Arena setup and remove script modified
Modified: pbibuild/modules/alienarena/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/alienarena/overlay-dir/PBI.RemoveScript.sh 2007-12-22 02:12:40 UTC (rev 1057)
+++ pbibuild/modules/alienarena/overlay-dir/PBI.RemoveScript.sh 2007-12-22 14:59:05 UTC (rev 1058)
@@ -13,8 +13,6 @@
rm -R /usr/local/bin/alienarena-sdl
rm -R /usr/local/lib/alienarena
-if [ ! -z "$DISPLAY" ]
-then
# Ask if we want to remove the user profiles
kdialog --yesno "Do you want to remove Alien Arena user settings and temporal files?" --title "Remove user settings"
if [ "$?" = "0" ]
@@ -28,5 +26,3 @@
fi
done
fi
-fi
-
Modified: pbibuild/modules/alienarena/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/alienarena/overlay-dir/PBI.SetupScript.sh 2007-12-22 02:12:40 UTC (rev 1057)
+++ pbibuild/modules/alienarena/overlay-dir/PBI.SetupScript.sh 2007-12-22 14:59:05 UTC (rev 1058)
@@ -21,4 +21,4 @@
ln -s /Programs/${PROGDIR}/.sbin/alienarena-ded /usr/local/bin/alienarena-ded
ln -s /Programs/${PROGDIR}/.sbin/alienarena-sdl /usr/local/bin/alienarena-sdl
-echo "LAUNCHCLOSE: /usr/local/bin/alienarena"
+echo "LAUNCHCLOSE: /usr/local/bin/alienarena-sdl"
Modified: pbibuild/modules/alienarena/pbi.conf
===================================================================
--- pbibuild/modules/alienarena/pbi.conf 2007-12-22 02:12:40 UTC (rev 1057)
+++ pbibuild/modules/alienarena/pbi.conf 2007-12-22 14:59:05 UTC (rev 1058)
@@ -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="01"
+BUILDKEY="02"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list