wok diff fpm2/receipt @ rev 20375

I. nagios update: 3.5.0 (March 15, 2013) -> 3.5.1 (2013-08-30) II. typo
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 07:19:54 2018 +0000 (2018-06-13)
parents fcdd50638150
children a78610b2eb47
line diff
     1.1 --- a/fpm2/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.2 +++ b/fpm2/receipt	Wed Jun 13 07:19:54 2018 +0000
     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  }