From ce8fe402f545e8762abd3745e0d3aa41d2a97a8f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Aug 2017 12:33:02 +0100 Subject: Revert "app-emulation/wine : version bump" This reverts commit 5a8f7ce4218cf59d117cc1d2c1f52165b9e68bd7. --- .../wine-any/files/wine-2.0-multislot-apploader.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 app-emulation/wine-any/files/wine-2.0-multislot-apploader.patch (limited to 'app-emulation/wine-any/files/wine-2.0-multislot-apploader.patch') diff --git a/app-emulation/wine-any/files/wine-2.0-multislot-apploader.patch b/app-emulation/wine-any/files/wine-2.0-multislot-apploader.patch deleted file mode 100644 index b336c4f5..00000000 --- a/app-emulation/wine-any/files/wine-2.0-multislot-apploader.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/tools/wineapploader.in b/tools/wineapploader.in -index f48d552..14001a0 100755 ---- a/tools/wineapploader.in -+++ b/tools/wineapploader.in -@@ -20,7 +20,8 @@ - # - - # determine the app Winelib library name --appname=`basename "$0" .exe`.exe -+appname=${0##*/} -+appname="${appname%%-*}.exe" - - # first try explicit WINELOADER - if [ -x "$WINELOADER" ]; then exec "$WINELOADER" "$appname" "$@"; fi -- cgit v1.2.3