wok diff units/receipt @ rev 9234
linphone: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 12 08:30:01 2011 +0100 (2011-03-12) |
parents | 35a258986c98 |
children | a1076cb2b336 |
line diff
1.1 --- a/units/receipt Fri Dec 24 13:42:30 2010 +0000 1.2 +++ b/units/receipt Sat Mar 12 08:30:01 2011 +0100 1.3 @@ -14,12 +14,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure \ 1.8 - --prefix=/usr \ 1.9 - --infodir=/usr/share/info \ 1.10 - --mandir=/usr/share/man \ 1.11 - $CONFIGURE_ARGS && 1.12 - make && make DESTDIR=$PWD/_pkg install 1.13 + ./configure && 1.14 + make && make -j1 DESTDIR=$DESTDIR install 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.