wok diff liblo/receipt @ rev 13057

mariadb: Fix WGET_URL (again)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jun 20 16:39:21 2012 +0200 (2012-06-20)
parents ac6fd5f970ad
children 8f447cf2eee5
line diff
     1.1 --- a/liblo/receipt	Tue Oct 19 21:07:40 2010 -0400
     1.2 +++ b/liblo/receipt	Wed Jun 20 16:39:21 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