wok-4.x diff wesnoth-music/receipt @ 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 586729753bf9
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