diff options
Diffstat (limited to 'repo/system/libcap.xibuild')
-rw-r--r-- | repo/system/libcap.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libcap.xibuild b/repo/system/libcap.xibuild index 42c2e9f..d0a75c2 100644 --- a/repo/system/libcap.xibuild +++ b/repo/system/libcap.xibuild @@ -7,7 +7,7 @@ SOURCE=https://git.kernel.org/pub/scm/libs/libcap/libcap.git/snapshot/libcap-$PK DESC="POSIX 1003.1e capabilities" -patch () { +prepare () { sed -i '/install -m.*STA/d' libcap/Makefile } |