diff options
Diffstat (limited to 'repo/system/glibc.xibuild')
-rw-r--r-- | repo/system/glibc.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/glibc.xibuild b/repo/system/glibc.xibuild index 0e0a376..f2fdc61 100644 --- a/repo/system/glibc.xibuild +++ b/repo/system/glibc.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(glibc) +MAKEDEPS="make" +DEPS="glibc" PKG_VER=2.34 SOURCE=https://ftp.gnu.org/gnu/glibc/glibc-$PKG_VER.tar.xz |