diff options
Diffstat (limited to 'repo/system/xz.xibuild')
-rw-r--r-- | repo/system/xz.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/xz.xibuild b/repo/system/xz.xibuild index b336ba7..a1d4e17 100644 --- a/repo/system/xz.xibuild +++ b/repo/system/xz.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(sh) +MAKEDEPS="make " +DEPS="sh" PKG_VER=5.2.2 SOURCE=https://github.com/xz-mirror/xz/releases/download/v$PKG_VER/xz-$PKG_VER.tar.xz |