[PC-BSD Commits] r1772 - in pbibuild/modules/wine: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Fri Apr 25 05:51:33 PDT 2008
Author: kris
Date: 2008-04-25 05:51:33 -0700 (Fri, 25 Apr 2008)
New Revision: 1772
Removed:
pbibuild/modules/wine/overlay-dir/bin/wine.sh
Modified:
pbibuild/modules/wine/build.sh
Log:
Cleanup the wine scripts to remove an unecessary step
Modified: pbibuild/modules/wine/build.sh
===================================================================
--- pbibuild/modules/wine/build.sh 2008-04-25 12:11:58 UTC (rev 1771)
+++ pbibuild/modules/wine/build.sh 2008-04-25 12:51:33 UTC (rev 1772)
@@ -13,9 +13,3 @@
sed -e "s,CHANGEME,Wine${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh
mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh
chmod 755 ${PBIDIR}/scripts/removepbi.sh
-
-# Save the right version number in the wine.sh script
-sed -e "s,CHANGEME,Wine${PORTVER},g" ${PBIDIR}/bin/wine.sh > /tmp/wine.sh
-mv /tmp/wine.sh ${PBIDIR}/bin/wine.sh
-chmod 755 ${PBIDIR}/bin/wine.sh
-
Deleted: pbibuild/modules/wine/overlay-dir/bin/wine.sh
More information about the Commits
mailing list