diff options
Diffstat (limited to 'repo/util/webfs.xibuild')
-rw-r--r-- | repo/util/webfs.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/webfs.xibuild b/repo/util/webfs.xibuild index d3e3475..5b09682 100644 --- a/repo/util/webfs.xibuild +++ b/repo/util/webfs.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(openssl mime-types ) +MAKEDEPS="make " +DEPS="openssl mime-types " PKG_VER=1.21 SOURCE=https://www.kraxel.org/releases/webfs/webfs-$PKG_VER.tar.gz |