wok-next diff dahdi-tools/receipt @ rev 9461
Remove lines that remove .pyo and .pyc files in gobject-introspection. This is done in tazwok now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Apr 03 10:35:01 2011 +0000 (2011-04-03) |
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 Sun Apr 03 10:35:01 2011 +0000 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.