summaryrefslogtreecommitdiff
path: root/repo/system/libpcap.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libpcap.xibuild')
-rw-r--r--repo/system/libpcap.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libpcap.xibuild b/repo/system/libpcap.xibuild
index a7d8857..27e56c5 100644
--- a/repo/system/libpcap.xibuild
+++ b/repo/system/libpcap.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(libnl libusb)
+MAKEDEPS="make "
+DEPS="libnl libusb"
PKG_VER=1.10.1
SOURCE=https://www.tcpdump.org/release/libpcap-$PKG_VER.tar.gz