From 4e5be70ff7eaa6d49d80dcd82122a474d09c4f34 Mon Sep 17 00:00:00 2001 From: Joerg Schirottke Date: Mon, 5 May 2014 14:18:09 +0200 Subject: add wine-unstable hotfix --- config/chroot_local-hooks/wine-unstable-hotfix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 config/chroot_local-hooks/wine-unstable-hotfix 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 -- cgit v1.0