wok-6.x rev 13136
wesnoth: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 08 16:36:30 2012 +0200 (2012-07-08) |
parents | e9126ce12858 |
children | 66d86dcaebd6 |
files | wesnoth/receipt |
line diff
1.1 --- a/wesnoth/receipt Sun Jul 08 16:23:26 2012 +0200 1.2 +++ b/wesnoth/receipt Sun Jul 08 16:36:30 2012 +0200 1.3 @@ -40,7 +40,6 @@ 1.4 mkdir -p $fs/usr/share/wesnoth/ 1.5 cp -a $_pkg/usr/share/wesnoth/data $fs/usr/share/wesnoth/ 1.6 cp -a $_pkg/usr/share/wesnoth/fonts $fs/usr/share/wesnoth/ 1.7 - cp -a $_pkg/usr/share/wesnoth/icons $fs/usr/share/wesnoth/ 1.8 cp -a $_pkg/usr/share/wesnoth/images $fs/usr/share/wesnoth/ 1.9 cp -a $_pkg/usr/share/wesnoth/sounds $fs/usr/share/wesnoth/ 1.10 1.11 @@ -61,7 +60,7 @@ 1.12 1.13 # finalize 1.14 cp -a $_pkg/usr/share/applications $fs/usr/share 1.15 - cp -a $_pkg/usr/share/icons $fs/usr/share 1.16 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.17 1.18 } 1.19