[PC-BSD Commits] r1331 - in pbibuild/modules/torcs: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 8 11:14:58 PST 2008
Author: gonzalo
Date: 2008-02-08 11:14:57 -0800 (Fri, 08 Feb 2008)
New Revision: 1331
Modified:
pbibuild/modules/torcs/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/torcs/pbi.conf
Log:
TORCS executable error fixed
Modified: pbibuild/modules/torcs/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/torcs/overlay-dir/PBI.SetupScript.sh 2008-02-08 15:21:44 UTC (rev 1330)
+++ pbibuild/modules/torcs/overlay-dir/PBI.SetupScript.sh 2008-02-08 19:14:57 UTC (rev 1331)
@@ -14,7 +14,6 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-ln -s /Programs/${PROGDIR}/.sbin/digikam /usr/local/bin/digikam
ln -s /Programs/${PROGDIR}/.sbin/accc /usr/local/bin/accc
ln -s /Programs/${PROGDIR}/.sbin/nfs2ac /usr/local/bin/nfs2ac
ln -s /Programs/${PROGDIR}/.sbin/nfsperf /usr/local/bin/nfsperf
@@ -29,6 +28,12 @@
rm -fR /Programs/${PROGDIR}/bin/texmapper-bin
rm -fR /Programs/${PROGDIR}/bin/torcs-bin
rm -fR /Programs/${PROGDIR}/bin/torcs-bin
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' accc > tempfile && mv -- tempfile accc
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' nfs2ac > tempfile && mv -- tempfile nfs2ac
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' nfsperf > tempfile && mv -- tempfile nfsperf
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' texmapper > tempfile && mv -- tempfile texmapper
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' torcs > tempfile && mv -- tempfile torcs
+sed 's:prefix=/usr/local:prefix=/Programs/${PROGDIR}:g' trackgen > tempfile && mv -- tempfile trackgen
if [ -e "/usr/local/share/games" ]
then
ln -s ln -s /Programs/${PROGDIR}/share/games/torcs /usr/local/share/games/torcs
Modified: pbibuild/modules/torcs/pbi.conf
===================================================================
--- pbibuild/modules/torcs/pbi.conf 2008-02-08 15:21:44 UTC (rev 1330)
+++ pbibuild/modules/torcs/pbi.conf 2008-02-08 19:14:57 UTC (rev 1331)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="04"
+BUILDKEY="05"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list