wok diff dahdi-tools/receipt @ rev 9855
python-mysql: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 12:31:57 2011 +0200 (2011-05-16) |
parents | aa6aabdbbe2f |
children | 24263dfa9f84 |
line diff
1.1 --- a/dahdi-tools/receipt Sat Mar 26 21:54:03 2011 +0100 1.2 +++ b/dahdi-tools/receipt Mon May 16 12:31:57 2011 +0200 1.3 @@ -22,11 +22,11 @@ 1.4 --exec-prefix=/usr \ 1.5 --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 - make -C ppp && 1.9 - make DESTDIR=$PWD/_pkg install && 1.10 - make DESTDIR=$PWD/_pkg -C ppp install && 1.11 - make DESTDIR=$PWD/_pkg config 1.12 + make -j1 && 1.13 + make -j1 -C ppp && 1.14 + make -j1 DESTDIR=$PWD/_pkg install && 1.15 + make -j1 DESTDIR=$PWD/_pkg -C ppp install && 1.16 + make -j1 DESTDIR=$PWD/_pkg config 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg.