wok-current diff xplc/receipt @ rev 14964

Up: firefox-langpack-de (17.0.8esr)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 22:19:54 2013 +0200 (2013-08-08)
parents 4bcc6ed80629
children eb8067417980
line diff
     1.1 --- a/xplc/receipt	Tue Mar 16 11:31:45 2010 +0000
     1.2 +++ b/xplc/receipt	Thu Aug 08 22:19:54 2013 +0200
     1.3 @@ -17,9 +17,9 @@
     1.4  compile_rules() {
     1.5    cd $src
     1.6    ./configure --prefix=/usr --mandir=/usr/share/man \
     1.7 -			  --without-libuuid  &&
     1.8 +			  --without-libuuid $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