diff options
Diffstat (limited to 'repo/system/libtirpc.xibuild')
-rw-r--r-- | repo/system/libtirpc.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libtirpc.xibuild b/repo/system/libtirpc.xibuild index 1a178de..9a80dbd 100644 --- a/repo/system/libtirpc.xibuild +++ b/repo/system/libtirpc.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(krb5) +MAKEDEPS="make " +DEPS="krb5" PKG_VER=1.3.2 SOURCE=https://downloads.sourceforge.net/libtirpc/libtirpc-$PKG_VER.tar.bz2 |