summaryrefslogtreecommitdiff
path: root/repo/util/iproute2.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/iproute2.xibuild')
-rw-r--r--repo/util/iproute2.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/iproute2.xibuild b/repo/util/iproute2.xibuild
index 9d2cf91..f29d2e6 100644
--- a/repo/util/iproute2.xibuild
+++ b/repo/util/iproute2.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc iptables libelf)
+MAKEDEPS="make "
+DEPS="glibc iptables libelf"
SOURCE=https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
DESC="IP Routing Utilities"