wok diff shared-mime-info/receipt @ rev 8833

Fix: tazdev receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 16:18:46 2011 +0100 (2011-02-24)
parents 7e7b005cf2b3
children c3cb3e39825d
line diff
     1.1 --- a/shared-mime-info/receipt	Sat Feb 05 15:25:19 2011 +0000
     1.2 +++ b/shared-mime-info/receipt	Thu Feb 24 16:18:46 2011 +0100
     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.