[PC-BSD Commits] r20472 - in pbi/modules/editors/tpad: . scripts
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 11 07:25:29 PST 2012
Author: kenmoore
Date: 2012-12-11 15:25:28 +0000 (Tue, 11 Dec 2012)
New Revision: 20472
Modified:
pbi/modules/editors/tpad/pbi.conf
pbi/modules/editors/tpad/scripts/post-install.sh
Log:
Fix a typo in the editors/tpad install script and rebuild
Modified: pbi/modules/editors/tpad/pbi.conf
===================================================================
--- pbi/modules/editors/tpad/pbi.conf 2012-12-11 10:17:39 UTC (rev 20471)
+++ pbi/modules/editors/tpad/pbi.conf 2012-12-11 15:25:28 UTC (rev 20472)
@@ -17,7 +17,7 @@
PBI_REQUIRESROOT="NO"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="01"
+PBI_BUILDKEY="02"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
Modified: pbi/modules/editors/tpad/scripts/post-install.sh
===================================================================
--- pbi/modules/editors/tpad/scripts/post-install.sh 2012-12-11 10:17:39 UTC (rev 20471)
+++ pbi/modules/editors/tpad/scripts/post-install.sh 2012-12-11 15:25:28 UTC (rev 20472)
@@ -1,3 +1,3 @@
#!/bin/sh
-sed -i.bak "s,CHANGEME,${PBI_PROGDIR},g" ${PBI_PROGDIR}/bin/tpad.sh
+sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/tpad.sh
More information about the Commits
mailing list