wok diff mpd/receipt @ rev 10908

mpd: add init script (thanks Mali)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 26 11:44:53 2011 +0200 (2011-07-26)
parents ac6070d06f4c
children 60ed77963c48
line diff
     1.1 --- a/mpd/receipt	Tue Mar 29 14:29:07 2011 +0100
     1.2 +++ b/mpd/receipt	Tue Jul 26 11:44:53 2011 +0200
     1.3 @@ -40,6 +40,7 @@
     1.4  	mkdir -p $fs/etc
     1.5  	cp -a $_pkg/usr/bin/mpd $fs/usr/sbin
     1.6  	cp $_pkg/usr/share/doc/mpd/mpdconf.example $fs/etc/mpd.conf
     1.7 +	cp -a $stuff/* $fs
     1.8  }
     1.9  
    1.10  post_install()