wok diff liblo/receipt @ rev 11845
vanessa_adt: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 27 08:26:19 2012 +0100 (2012-02-27) |
parents | ac6fd5f970ad |
children | 8f447cf2eee5 |
line diff
1.1 --- a/liblo/receipt Tue Oct 19 21:07:40 2010 -0400 1.2 +++ b/liblo/receipt Mon Feb 27 08:26:19 2012 +0100 1.3 @@ -15,15 +15,15 @@ 1.4 1.5 compile_rules() { 1.6 cd $src 1.7 - ./configure --prefix=/usr && 1.8 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.9 make && 1.10 - make DESTDIR=$PWD/_pkg install 1.11 + make DESTDIR=$PWD/_pkg install 1.12 } 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 - mkdir -p $fs/usr/lib 1.18 + mkdir -p $fs/usr/lib 1.19 cp -a $_pkg/usr/bin $fs/usr 1.20 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 1.21