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