wok diff tiff/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 0b50bcb60588
children 7c5de62471a3
line diff
     1.1 --- a/tiff/receipt	Tue Mar 11 22:58:46 2014 +0100
     1.2 +++ b/tiff/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -17,13 +17,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    ./configure $CONFIGURE_ARGS &&
     1.8 -    make && make install
     1.9 +	./configure $CONFIGURE_ARGS &&
    1.10 +	make && make install
    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
    1.17 -    cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.18 +	mkdir -p $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20  }