summaryrefslogtreecommitdiff
path: root/repo/system/libusb.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libusb.xibuild')
-rw-r--r--repo/system/libusb.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libusb.xibuild b/repo/system/libusb.xibuild
index 764341c..5587090 100644
--- a/repo/system/libusb.xibuild
+++ b/repo/system/libusb.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(glibc eudev)
+MAKEDEPS="make"
+DEPS="glibc eudev"
PKG_VER=1.0.25
SOURCE=https://github.com/libusb/libusb/releases/download/v$PKG_VER/libusb-$PKG_VER.tar.bz2