wok-next diff wine-dev/receipt @ rev 4337
Add gnu-efi
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 01 09:53:56 2009 +0200 (2009-10-01) |
parents | 70c4b5e20249 |
children | c00b2c4743af |
line diff
1.1 --- a/wine-dev/receipt Fri Sep 25 10:35:11 2009 +0200 1.2 +++ b/wine-dev/receipt Thu Oct 01 09:53:56 2009 +0200 1.3 @@ -11,10 +11,10 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib/wine 1.8 + mkdir -p $fs/usr/lib/wine $fs/usr/share 1.9 cp -a $_pkg/usr/include $fs/usr 1.10 cp -a $_pkg/usr/lib/wine/*.a $fs/usr/lib/wine 1.11 cp -a $_pkg/usr/lib/wine/*.def $fs/usr/lib/wine 1.12 cp -a $_pkg/usr/lib/wine/*.dll16 $fs/usr/lib/wine 1.13 + cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.14 } 1.15 -