wok diff wine-dev/receipt @ rev 4558
graveman: fix depends
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Sat Dec 05 09:55:56 2009 +0000 (2009-12-05) |
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 Sat Dec 05 09:55:56 2009 +0000 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 -