diff options
Diffstat (limited to 'repo/util/dosfstools.xibuild')
-rw-r--r-- | repo/util/dosfstools.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/util/dosfstools.xibuild b/repo/util/dosfstools.xibuild index 5564b4d..81e30a1 100644 --- a/repo/util/dosfstools.xibuild +++ b/repo/util/dosfstools.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=() +MAKEDEPS="make " +DEPS="" PKG_VER=4.2 SOURCE=https://github.com/dosfstools/dosfstools/releases/download/v$PKG_VER/dosfstools-$PKG_VER.tar.gz |