wok-next diff libmpd/receipt @ rev 12026
Up tmux (1.6)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Tue Mar 06 19:39:13 2012 +0000 (2012-03-06) |
parents | 562586658eb4 |
children | 4904e3d374a9 |
line diff
1.1 --- a/libmpd/receipt Tue Sep 21 14:10:36 2010 +0000 1.2 +++ b/libmpd/receipt Tue Mar 06 19:39:13 2012 +0000 1.3 @@ -16,7 +16,7 @@ 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 } 1.12 @@ -24,6 +24,6 @@ 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 $_pkg/usr/lib/*so* $fs/usr/lib/ 1.18 + mkdir -p $fs/usr/lib 1.19 + cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 1.20 }