summaryrefslogtreecommitdiff
path: root/repo/system/nspr.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/nspr.xibuild')
-rw-r--r--repo/system/nspr.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/nspr.xibuild b/repo/system/nspr.xibuild
index 7c1d329..f7a8abd 100644
--- a/repo/system/nspr.xibuild
+++ b/repo/system/nspr.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc bash)
+MAKEDEPS="make "
+DEPS="glibc bash"
PKG_VER=4.33