summaryrefslogtreecommitdiff
path: root/repo/system/libnl.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libnl.xibuild')
-rw-r--r--repo/system/libnl.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libnl.xibuild b/repo/system/libnl.xibuild
index 2a01c88..7ea18ba 100644
--- a/repo/system/libnl.xibuild
+++ b/repo/system/libnl.xibuild
@@ -1,6 +1,6 @@
#!/bin/sh
-MAKEDEPS=""
+MAKEDEPS="make tar gzip"
DEPS="musl"
PKG_VER=3.5.0
@@ -21,7 +21,7 @@ build () {
package () {
make DESTDIR=$PKG_DEST install
- mkdir -vp $PKG_DEST/usr/share/doc/libnl-$PKG_VER &&
- tar -xf libnl-doc-$PKG_VER.tar.gz --strip-components=1 --no-same-owner \
+ mkdir -p $PKG_DEST/usr/share/doc/libnl-$PKG_VER &&
+ /usr/bin/tar -xf libnl-doc-$PKG_VER.tar.gz --strip-components=1 --no-same-owner \
-C $PKG_DEST/usr/share/doc/libnl-$PKG_VER
}