wok diff wesnoth-music/receipt @ rev 3191

linux: dont write into grub menu.lst on each install (we can do better)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 26 17:24:33 2009 +0200 (2009-05-26)
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	Tue May 26 17:24:33 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