diff options
author | Joerg Schirottke <master@kanotix.com> | 2014-05-05 14:18:09 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-05-05 15:11:11 +0200 |
commit | 4e5be70ff7eaa6d49d80dcd82122a474d09c4f34 (patch) | |
tree | 0f0749b695e8b34f9289a56efc10599aa1066fc2 /config/chroot_local-hooks/wine-unstable-hotfix | |
parent | 8a2c2b859dc84a3d29903435c2c44017f5b58704 (diff) | |
download | kanotix-4e5be70ff7eaa6d49d80dcd82122a474d09c4f34.zip kanotix-4e5be70ff7eaa6d49d80dcd82122a474d09c4f34.tar.gz |
add wine-unstable hotfix
Diffstat (limited to 'config/chroot_local-hooks/wine-unstable-hotfix')
-rwxr-xr-x | config/chroot_local-hooks/wine-unstable-hotfix | 5 |
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 |