[PC-BSD Commits] r19721 - in pbi/modules/games/puckman: . scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 17 10:11:27 PDT 2012
Author: kenmoore
Date: 2012-10-17 17:11:27 +0000 (Wed, 17 Oct 2012)
New Revision: 19721
Added:
pbi/modules/games/puckman/scripts/post-install.sh
Modified:
pbi/modules/games/puckman/pbi.conf
Log:
Add an install script to link the <pbi-dir>/share/puckman folder to /usr/local/share. This is required by games/puckman in order to load the images because the paths are hard-coded into the program.
Modified: pbi/modules/games/puckman/pbi.conf
===================================================================
--- pbi/modules/games/puckman/pbi.conf 2012-10-17 17:04:53 UTC (rev 19720)
+++ pbi/modules/games/puckman/pbi.conf 2012-10-17 17:11:27 UTC (rev 19721)
@@ -14,10 +14,10 @@
PBI_MAKEOPTS=""
# -- Require Root Permissions to Install PBI --
-PBI_REQUIRESROOT="NO"
+PBI_REQUIRESROOT="YES"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="00"
+PBI_BUILDKEY="01"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
More information about the Commits
mailing list