diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-05-09 17:16:51 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-05-09 17:16:51 +0000 |
commit | bd95a8c9e52c4a2308dda1c27588441019e00edf (patch) | |
tree | a2ff2758dd4c894fa95b48e586a310229912e587 /community | |
parent | e17e60defb78d6909cf8595594b434e23d2a5319 (diff) | |
download | aports-bd95a8c9e52c4a2308dda1c27588441019e00edf.tar.bz2 aports-bd95a8c9e52c4a2308dda1c27588441019e00edf.tar.xz |
community/umoci: add chmod-clean option3.11-stable
Diffstat (limited to 'community')
-rw-r--r-- | community/umoci/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/umoci/APKBUILD b/community/umoci/APKBUILD index d546341efb..e3f59dd632 100644 --- a/community/umoci/APKBUILD +++ b/community/umoci/APKBUILD @@ -8,7 +8,7 @@ url="https://umo.ci/" arch="all" license="Apache-2.0" makedepends="go" -options="!check" # has no check +options="chmod-clean !check" # has no check source="umoci-$pkgver.tar.gz::https://github.com/openSUSE/umoci/archive/v$pkgver.tar.gz" builddir="$srcdir/src/github.com/openSUSE/$pkgname" |