wok-6.x diff mk-livestatus/receipt @ rev 9384
Fixed tazpkg and tazwok to get the sources from mercurial through tag archives.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Mar 26 00:07:02 2011 +0000 (2011-03-26) |
parents | 8dd571badab0 |
children | e5ae411e1d8c |
line diff
1.1 --- a/mk-livestatus/receipt Thu Feb 17 23:07:51 2011 +0100 1.2 +++ b/mk-livestatus/receipt Sat Mar 26 00:07:02 2011 +0000 1.3 @@ -15,12 +15,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 install 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.