# HG changeset patch # User Pascal Bellard # Date 1242206744 -7200 # Node ID 36fea3ddfc1c7ab61535fbb23f4a6e441a056d79 # Parent 663221981524013220aac3f8fe5cb51f3bc3002a wesnoth: fix music path diff -r 663221981524 -r 36fea3ddfc1c wesnoth-music/receipt --- a/wesnoth-music/receipt Wed May 13 10:29:14 2009 +0200 +++ b/wesnoth-music/receipt Wed May 13 11:25:44 2009 +0200 @@ -12,6 +12,6 @@ genpkg_rules() { mkdir -p $fs/usr/share/wesnoth/data/core - cp -a $_pkg/usr/share/wesnoth/data/core/music $fs/usr/share/wesnoth/data/core + cp -a $src/data/core/music $fs/usr/share/wesnoth/data/core } diff -r 663221981524 -r 36fea3ddfc1c wesnoth/receipt --- a/wesnoth/receipt Wed May 13 10:29:14 2009 +0200 +++ b/wesnoth/receipt Wed May 13 11:25:44 2009 +0200 @@ -47,7 +47,7 @@ fi # Remove music - rm $fs/usr/share/wesnoth/data/core/music/*.ogg + rm $fs/usr/share/wesnoth/data/core/music/*.ogg 2> /dev/null # finalize cp -a $_pkg/usr/share/applications $fs/usr/share