Fix: winetricks must be executable (Thanks ernia)
author |
Christophe Lincoln <pankso@slitaz.org> |
date |
Sun Oct 17 22:19:24 2010 +0200 (2010-10-17) |
parents |
f1c95e8afffe |
children |
b6835a24d78e |
files |
winetricks/receipt |
line diff
1.1 --- a/winetricks/receipt Sun Oct 17 22:01:10 2010 +0200
1.2 +++ b/winetricks/receipt Sun Oct 17 22:19:24 2010 +0200
1.3 @@ -16,5 +16,6 @@
1.4
1.5 mkdir -p $fs/usr/bin
1.6 cp -a $SOURCES_REPOSITORY/$PACKAGE-$VERSION $fs/usr/bin/$PACKAGE
1.7 + chmod a+x $fs/usr/bin/$PACKAGE
1.8 }
1.9