summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2014-05-05 14:18:09 +0200
committerHolger Paradies <retabell@gmx.de>2014-05-05 15:11:11 +0200
commit4e5be70ff7eaa6d49d80dcd82122a474d09c4f34 (patch)
tree0f0749b695e8b34f9289a56efc10599aa1066fc2
parent8a2c2b859dc84a3d29903435c2c44017f5b58704 (diff)
downloadkanotix-4e5be70ff7eaa6d49d80dcd82122a474d09c4f34.zip
kanotix-4e5be70ff7eaa6d49d80dcd82122a474d09c4f34.tar.gz
add wine-unstable hotfix
-rwxr-xr-xconfig/chroot_local-hooks/wine-unstable-hotfix5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/wine-unstable-hotfix b/config/chroot_local-hooks/wine-unstable-hotfix
new file mode 100755
index 0000000..09f2713
--- /dev/null
+++ b/config/chroot_local-hooks/wine-unstable-hotfix
@@ -0,0 +1,5 @@
+#!/bin/sh
+if [ -x /usr/bin/wine-unstable -a ! -x /usr/bin/wine ]; then
+ printf '#!/bin/sh\nwine-unstable "$@"\n' > /usr/bin/wine
+ chmod +x /usr/bin/wine
+fi