summaryrefslogtreecommitdiff
path: root/app-emulation/wine/files/wine-2.0-multislot-apploader.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-13 12:04:21 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-13 12:04:21 +0100
commit10ef6fb8d030ed82425a1a8c2eb903d7fa432ecd (patch)
treeee875403e2d0cfafe68384644a70286149ea179f /app-emulation/wine/files/wine-2.0-multislot-apploader.patch
parent0d6fa517c0be2d6016b04ef6999ae0f48adcda62 (diff)
app-emulation/wine -> app-emulation/wine-any
Diffstat (limited to 'app-emulation/wine/files/wine-2.0-multislot-apploader.patch')
-rw-r--r--app-emulation/wine/files/wine-2.0-multislot-apploader.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-emulation/wine/files/wine-2.0-multislot-apploader.patch b/app-emulation/wine/files/wine-2.0-multislot-apploader.patch
deleted file mode 100644
index b336c4f5..00000000
--- a/app-emulation/wine/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