wok diff fpm2/receipt @ rev 16584

Some fixes to last commit
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 05:48:48 2014 +0200 (2014-05-04)
parents fcdd50638150
children a78610b2eb47
line diff
     1.1 --- a/fpm2/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.2 +++ b/fpm2/receipt	Sun May 04 05:48:48 2014 +0200
     1.3 @@ -29,6 +29,8 @@
     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 $install/usr/bin $fs/usr
    1.10 +	cp -a $install/usr/share/pixmaps/fpm2/logo.png \
    1.11 +		$fs/usr/share/pixmaps/fpm2.png
    1.12  }