[PC-BSD Commits] r2939 - in pbibuild/modules/wine: . kmenu-dir overlay-dir/scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 27 06:11:21 PST 2008
Author: kris
Date: 2008-10-27 07:11:20 -0700 (Mon, 27 Oct 2008)
New Revision: 2939
Added:
pbibuild/modules/wine/overlay-dir/scripts/removewine.sh
Removed:
pbibuild/modules/wine/overlay-dir/scripts/removepbi.sh
Modified:
pbibuild/modules/wine/build.sh
pbibuild/modules/wine/kmenu-dir/remove
Log:
Updated wine to use removewine.sh shell script, to prevent clobbering of removepbi.sh potentially
Modified: pbibuild/modules/wine/build.sh
===================================================================
--- pbibuild/modules/wine/build.sh 2008-10-24 18:48:54 UTC (rev 2938)
+++ pbibuild/modules/wine/build.sh 2008-10-27 14:11:20 UTC (rev 2939)
@@ -10,6 +10,6 @@
##############################################################################
# Save the right version number in the removepbi.sh script
-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
+sed -e "s,CHANGEME,Wine${PORTVER},g" ${PBIDIR}/scripts/removewine.sh > /tmp/removewine.sh
+mv /tmp/removewine.sh ${PBIDIR}/scripts/removewine.sh
+chmod 755 ${PBIDIR}/scripts/removewine.sh
Modified: pbibuild/modules/wine/kmenu-dir/remove
===================================================================
--- pbibuild/modules/wine/kmenu-dir/remove 2008-10-24 18:48:54 UTC (rev 2938)
+++ pbibuild/modules/wine/kmenu-dir/remove 2008-10-27 14:11:20 UTC (rev 2939)
@@ -1,4 +1,4 @@
-ExePath: scripts/removepbi.sh
+ExePath: scripts/removewine.sh
ExeIcon: editdelete.png
ExeDescr: Uninstall Wine
ExeNoDesktop: 1
More information about the Commits
mailing list