wok-next rev 3050
wesnoth: fix music path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 13 11:25:44 2009 +0200 (2009-05-13) |
parents | 663221981524 |
children | 84cec038217c |
files | wesnoth-music/receipt wesnoth/receipt |
line diff
1.1 --- a/wesnoth-music/receipt Wed May 13 10:29:14 2009 +0200 1.2 +++ b/wesnoth-music/receipt Wed May 13 11:25:44 2009 +0200 1.3 @@ -12,6 +12,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/share/wesnoth/data/core 1.7 - cp -a $_pkg/usr/share/wesnoth/data/core/music $fs/usr/share/wesnoth/data/core 1.8 + cp -a $src/data/core/music $fs/usr/share/wesnoth/data/core 1.9 } 1.10
2.1 --- a/wesnoth/receipt Wed May 13 10:29:14 2009 +0200 2.2 +++ b/wesnoth/receipt Wed May 13 11:25:44 2009 +0200 2.3 @@ -47,7 +47,7 @@ 2.4 fi 2.5 2.6 # Remove music 2.7 - rm $fs/usr/share/wesnoth/data/core/music/*.ogg 2.8 + rm $fs/usr/share/wesnoth/data/core/music/*.ogg 2> /dev/null 2.9 2.10 # finalize 2.11 cp -a $_pkg/usr/share/applications $fs/usr/share