[PC-BSD Commits] r14811 - in pbi/modules/games/gretools: . scripts
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 13 05:31:59 PST 2012
Author: kenmoore
Date: 2012-01-13 13:31:58 +0000 (Fri, 13 Jan 2012)
New Revision: 14811
Modified:
pbi/modules/games/gretools/pbi.conf
pbi/modules/games/gretools/scripts/post-install.sh
Log:
Fix the post-install script for gretools and rebuild
Modified: pbi/modules/games/gretools/pbi.conf
===================================================================
--- pbi/modules/games/gretools/pbi.conf 2012-01-13 13:24:43 UTC (rev 14810)
+++ pbi/modules/games/gretools/pbi.conf 2012-01-13 13:31:58 UTC (rev 14811)
@@ -7,5 +7,5 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS=""
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/games/gretools/scripts/post-install.sh
===================================================================
--- pbi/modules/games/gretools/scripts/post-install.sh 2012-01-13 13:24:43 UTC (rev 14810)
+++ pbi/modules/games/gretools/scripts/post-install.sh 2012-01-13 13:31:58 UTC (rev 14811)
@@ -2,4 +2,4 @@
sed -i.bak "s,/usr/bin/env python,${PBI_PROGDIRPATH}/bin/python,g" ${PBI_PROGDIRPATH}/bin/gretools
-sed -i.bak "s,\"${prefix}/share,gretools.prefix_dir+\"/share,g" ${PBI_PROGDIRPATH}/bin/gretools
+sed -i.bak 's|"${prefix}/share|gretools.prefix_dir+"/share|g' ${PBI_PROGDIRPATH}/bin/gretools
More information about the Commits
mailing list