main/iptables: fix for parallell builds

This commit is contained in:
Natanael Copa 2009-07-24 12:09:00 +00:00
parent 077f81d83a
commit a2a421bde0

View File

@ -32,7 +32,7 @@ build() {
--enable-libipq \
--enable-shared
make || return 1
make install DESTDIR="$pkgdir"
make -j1 install DESTDIR="$pkgdir"
mkdir -p "$pkgdir"/usr/include/libiptc \
"$pkgdir"/usr/lib \