wok diff liblo/receipt @ rev 13177

Up: phpmyadmin(3.5.2) & fix apache config
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 31 06:47:03 2012 +0200 (2012-07-31)
parents ac6fd5f970ad
children 8f447cf2eee5
line diff
     1.1 --- a/liblo/receipt	Tue Oct 19 21:07:40 2010 -0400
     1.2 +++ b/liblo/receipt	Tue Jul 31 06:47:03 2012 +0200
     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