wok diff bmpanel2cfg/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 8d6f480bf664
children 6e8b1bcb30e2
line diff
     1.1 --- a/bmpanel2cfg/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/bmpanel2cfg/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -8,14 +8,14 @@
     1.4  SHORT_DESC="bmpanel2 configurator"
     1.5  WEB_SITE="http://bmpanel2.googlecode.com/"
     1.6  WANTED="bmpanel2"
     1.7 -TAGS="window-manager wm panel"
     1.8 +TAGS="panel"
     1.9  
    1.10  DEPENDS="pygtk"
    1.11 -	
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib $fs/usr/bin
    1.17  	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
    1.18 -	cp -a $install/usr/lib/python* $fs/usr/lib		
    1.19 +	cp -a $install/usr/lib/python* $fs/usr/lib
    1.20  }