diff options
Diffstat (limited to 'repo/system/acl.xibuild')
-rw-r--r-- | repo/system/acl.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/acl.xibuild b/repo/system/acl.xibuild index ef3d4a5..eca7ca5 100644 --- a/repo/system/acl.xibuild +++ b/repo/system/acl.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(attr) +MAKEDEPS="make " +DEPS="attr" PKG_VER=2.3.1 SOURCE=http://download.savannah.nongnu.org/releases/acl/acl-$PKG_VER.tar.xz |