mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/iptables: fix for parallell builds
This commit is contained in:
parent
077f81d83a
commit
a2a421bde0
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user