wok-4.x diff xpad/receipt @ rev 2306

lighttpd: backup config files
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 24 23:20:43 2009 +0100 (2009-02-24)
parents 95bbb3fdeed9
children 422f5813b998
line diff
     1.1 --- a/xpad/receipt	Thu Jan 08 20:25:24 2009 +0100
     1.2 +++ b/xpad/receipt	Tue Feb 24 23:20:43 2009 +0100
     1.3 @@ -27,6 +27,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr/share/pixmaps
     1.9  	cp -a $_pkg/usr/bin $fs/usr
    1.10 +	cp stuff/xpad.png $fs/usr/share/pixmaps
    1.11  }