[PC-BSD Commits] r908 - pbibuild/modules/qcad
svn at pcbsd.org
svn at pcbsd.org
Mon Nov 19 16:48:30 PST 2007
Author: gonzalo
Date: 2007-11-19 16:48:30 -0800 (Mon, 19 Nov 2007)
New Revision: 908
Modified:
pbibuild/modules/qcad/build.sh
Log:
Qcad added
Modified: pbibuild/modules/qcad/build.sh
===================================================================
--- pbibuild/modules/qcad/build.sh 2007-11-20 00:43:39 UTC (rev 907)
+++ pbibuild/modules/qcad/build.sh 2007-11-20 00:48:30 UTC (rev 908)
@@ -9,28 +9,3 @@
# PORTVER = Version number of the port we used to build
##############################################################################
-# We need to modify the bin/firefox script to point to the PBI directory
-# properly
-
-rm /tmp/ff-fixed
-while read line
-do
-
- echo $line | grep '^moz_libdir=' >/dev/null 2>/dev/null
- if [ "$?" = "0" ]
- then
- echo "moz_libdir=\"/Programs/Firefox${PORTVER}/autolibs/firefox\"" >>/tmp/ff-fixed
- else
- echo "${line}" >> /tmp/ff-fixed
- fi
-
-done < ${PBIDIR}/bin/firefox
-
-cp /tmp/ff-fixed ${PBIDIR}/bin/firefox
-chmod 755 ${PBIDIR}/bin/firefox
-
-
-# Save the right version number in the removepbi.sh script
-sed -e "s,CHANGEME,Firefox${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh
-mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh
-chmod 755 ${PBIDIR}/scripts/removepbi.sh
More information about the Commits
mailing list