[PC-BSD Commits] r12964 - in pbi/modules/cad/opencascade: . scripts
svn at pcbsd.org
svn at pcbsd.org
Fri Sep 23 06:39:12 PDT 2011
Author: kenmoore
Date: 2011-09-23 06:39:11 -0700 (Fri, 23 Sep 2011)
New Revision: 12964
Modified:
pbi/modules/cad/opencascade/pbi.conf
pbi/modules/cad/opencascade/scripts/post-install.sh
Log:
Fix the install script for opencascade and rebuild
Modified: pbi/modules/cad/opencascade/pbi.conf
===================================================================
--- pbi/modules/cad/opencascade/pbi.conf 2011-09-23 13:09:58 UTC (rev 12963)
+++ pbi/modules/cad/opencascade/pbi.conf 2011-09-23 13:39:11 UTC (rev 12964)
@@ -21,6 +21,6 @@
# The target port we are building
PBI_MAKEPORT="cad/opencascade"
-PBI_BUILDKEY="03"; export PBI_BUILDKEY
+PBI_BUILDKEY="04"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/cad/opencascade/scripts/post-install.sh
===================================================================
--- pbi/modules/cad/opencascade/scripts/post-install.sh 2011-09-23 13:09:58 UTC (rev 12963)
+++ pbi/modules/cad/opencascade/scripts/post-install.sh 2011-09-23 13:39:11 UTC (rev 12964)
@@ -1,4 +1,4 @@
#!/bin/sh
-sed -i.bak "s,CHANGEME,${PBI_TARGETDIR},g" ${PBI_PROGDIRPATH}/bin/DRAWEXE.sh
+sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/DRAWEXE.sh
chmod 755 ${PBI_PROGDIRPATH}/bin/DRAWEXE.sh
More information about the Commits
mailing list