[PC-BSD Commits] r12797 - in pbi/modules/games/fretsonfire: . scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 15 07:38:16 PDT 2011
Author: kenmoore
Date: 2011-09-15 07:38:16 -0700 (Thu, 15 Sep 2011)
New Revision: 12797
Modified:
pbi/modules/games/fretsonfire/pbi.conf
pbi/modules/games/fretsonfire/scripts/post-install.sh
Log:
Fix the install script for fretsonfire and rebuild.
Modified: pbi/modules/games/fretsonfire/pbi.conf
===================================================================
--- pbi/modules/games/fretsonfire/pbi.conf 2011-09-15 13:26:25 UTC (rev 12796)
+++ pbi/modules/games/fretsonfire/pbi.conf 2011-09-15 14:38:16 UTC (rev 12797)
@@ -21,6 +21,6 @@
# The target port we are building
PBI_MAKEPORT="games/fretsonfire"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/games/fretsonfire/scripts/post-install.sh
===================================================================
--- pbi/modules/games/fretsonfire/scripts/post-install.sh 2011-09-15 13:26:25 UTC (rev 12796)
+++ pbi/modules/games/fretsonfire/scripts/post-install.sh 2011-09-15 14:38:16 UTC (rev 12797)
@@ -1,7 +1,7 @@
#!/bin/sh
-sed -i.bak "s,/usr/bin/env python,${PBI_TARGETFULLDIR}/bin/python,g" ${PBI_PROGDIRPATH}/bin/FretsOnFire
+sed -i.bak "s,/usr/bin/env python,${PBI_PROGDIRPATH}/bin/python,g" ${PBI_PROGDIRPATH}/bin/FretsOnFire
chmod 755 ${PBI_PROGDIRPATH}/bin/*
More information about the Commits
mailing list