wok diff tiff/receipt @ rev 19611
busybox: replace 1.25 stuff by 1.26 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 08 16:36:32 2017 +0100 (2017-01-08) |
parents | 0b50bcb60588 |
children | 7c5de62471a3 |
line diff
1.1 --- a/tiff/receipt Tue Mar 11 22:58:46 2014 +0100 1.2 +++ b/tiff/receipt Sun Jan 08 16:36:32 2017 +0100 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 }