[PC-BSD Commits] r12808 - in pbi/modules/games/spring: . scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 15 12:11:38 PDT 2011
Author: kenmoore
Date: 2011-09-15 12:11:38 -0700 (Thu, 15 Sep 2011)
New Revision: 12808
Modified:
pbi/modules/games/spring/pbi.conf
pbi/modules/games/spring/scripts/post-install.sh
Log:
Fix the install script for spring and rebuild
Modified: pbi/modules/games/spring/pbi.conf
===================================================================
--- pbi/modules/games/spring/pbi.conf 2011-09-15 18:57:01 UTC (rev 12807)
+++ pbi/modules/games/spring/pbi.conf 2011-09-15 19:11:38 UTC (rev 12808)
@@ -25,6 +25,6 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="lang/lua"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
Modified: pbi/modules/games/spring/scripts/post-install.sh
===================================================================
--- pbi/modules/games/spring/scripts/post-install.sh 2011-09-15 18:57:01 UTC (rev 12807)
+++ pbi/modules/games/spring/scripts/post-install.sh 2011-09-15 19:11:38 UTC (rev 12808)
@@ -1,13 +1,13 @@
#!/bin/sh
-mkdir -p /Programs/share/spring/maps
-mkdir -p /Programs/share/spring/mods
+#mkdir -p /Programs/share/spring/maps
+#mkdir -p /Programs/share/spring/mods
-chmod 777 /Programs/share/spring/maps
-chmod 777 /Programs/share/spring/mods
+#chmod 777 /Programs/share/spring/maps
+#chmod 777 /Programs/share/spring/mods
-rm -rf ${PBI_PROGDIRPATH}/share/spring/maps
-rm -rf ${PBI_PROGDIRPATH}/share/spring/mods
+#rm -rf ${PBI_PROGDIRPATH}/share/spring/maps
+#rm -rf ${PBI_PROGDIRPATH}/share/spring/mods
-ln -s /Programs/share/spring/mods ${PBI_PROGDIRPATH}/share/spring/mods
-ln -s /Programs/share/spring/maps ${PBI_PROGDIRPATH}/share/spring/maps
+#ln -s /Programs/share/spring/mods ${PBI_PROGDIRPATH}/share/spring/mods
+#ln -s /Programs/share/spring/maps ${PBI_PROGDIRPATH}/share/spring/maps
More information about the Commits
mailing list