wok rev 8413

Fix: shared-mime-info is now compile with -j1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 05 16:33:30 2011 +0000 (2011-02-05)
parents 81012e4f0f73
children ddc988b9ecbc
files shared-mime-info/receipt
line diff
     1.1 --- a/shared-mime-info/receipt	Sat Feb 05 15:37:02 2011 +0000
     1.2 +++ b/shared-mime-info/receipt	Sat Feb 05 16:33:30 2011 +0000
     1.3 @@ -16,13 +16,9 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 -    ./configure \
     1.8 -    	--prefix=/usr \
     1.9 -    	--sysconfdir=/etc \
    1.10 -    	--mandir=/usr/share/man \
    1.11 -    	$CONFIGURE_ARGS &&
    1.12 -    make &&
    1.13 -    make DESTDIR=$PWD/_pkg install
    1.14 +    ./configure &&
    1.15 +    make -j1 &&
    1.16 +    make -j1 DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.