[PC-BSD Commits] r20568 - in pbi/modules/astro/google-earth: . scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 17 05:32:39 PST 2012
Author: kenmoore
Date: 2012-12-17 13:32:39 +0000 (Mon, 17 Dec 2012)
New Revision: 20568
Modified:
pbi/modules/astro/google-earth/pbi.conf
pbi/modules/astro/google-earth/scripts/post-install.sh
Log:
Temporarily comment out the post-install script for astro/googleearth and rebuild. This should let me test the new linux compat stuff in the PBI creation process.
Modified: pbi/modules/astro/google-earth/pbi.conf
===================================================================
--- pbi/modules/astro/google-earth/pbi.conf 2012-12-17 10:19:30 UTC (rev 20567)
+++ pbi/modules/astro/google-earth/pbi.conf 2012-12-17 13:32:39 UTC (rev 20568)
@@ -22,6 +22,6 @@
PBI_MAKEPORT="astro/google-earth"
PBI_MKPORTAFTER="graphics/libGL"; export PBI_MKPORTAFTER
-PBI_BUILDKEY="06"; export PBI_BUILDKEY
+PBI_BUILDKEY="07"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/astro/google-earth/scripts/post-install.sh
===================================================================
--- pbi/modules/astro/google-earth/scripts/post-install.sh 2012-12-17 10:19:30 UTC (rev 20567)
+++ pbi/modules/astro/google-earth/scripts/post-install.sh 2012-12-17 13:32:39 UTC (rev 20568)
@@ -1,13 +1,13 @@
#!/bin/sh
#If there are both linux and FreeBSD versions of a lib, remove the FreeBSD one.
-cd ${PBI_PROGDIRPATH}/linuxlib
-for i in `ls *.so*`
-do
- if [ -e ${PBI_PROGDIRPATH}/lib/${i} ]; then
- rm ${PBI_PROGDIRPATH}/lib/${i}
- fi
-done
+#cd ${PBI_PROGDIRPATH}/linuxlib
+#for i in `ls *.so*`
+#do
+# if [ -e ${PBI_PROGDIRPATH}/lib/${i} ]; then
+# rm ${PBI_PROGDIRPATH}/lib/${i}
+# fi
+#done
#copy the linux version of the libGL library into the lib/ folder
-cp ${PBI_PROGDIRPATH}/linuxlib/libGL.so* ${PBI_PROGDIRPATH}/lib/.
+#cp ${PBI_PROGDIRPATH}/linuxlib/libGL.so* ${PBI_PROGDIRPATH}/lib/.
More information about the Commits
mailing list