diff options
Diffstat (limited to 'main/augeas/APKBUILD')
-rw-r--r-- | main/augeas/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/augeas/APKBUILD b/main/augeas/APKBUILD index 80aa5451a8..634e5fd8a4 100644 --- a/main/augeas/APKBUILD +++ b/main/augeas/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=augeas pkgver=1.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="A configuration editing tool" url="http://augeas.net" arch="all" @@ -13,6 +13,7 @@ source="http://download.augeas.net/augeas-$pkgver.tar.gz fix-test.patch acf.aug" builddir="$srcdir/$pkgname-$pkgver" +options="!checkroot" build() { cd "$builddir" |