diff options
Diffstat (limited to 'repo/system/libcap-ng.xibuild')
-rw-r--r-- | repo/system/libcap-ng.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libcap-ng.xibuild b/repo/system/libcap-ng.xibuild index 30d69d0..945ee0b 100644 --- a/repo/system/libcap-ng.xibuild +++ b/repo/system/libcap-ng.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=0.8.2 SOURCE=https://github.com/stevegrubb/libcap-ng/archive/refs/tags/v$PKG_VER.tar.gz |