diff options
Diffstat (limited to 'main/augeas/APKBUILD')
-rw-r--r-- | main/augeas/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/augeas/APKBUILD b/main/augeas/APKBUILD index 5e10c44c96..8095be2395 100644 --- a/main/augeas/APKBUILD +++ b/main/augeas/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=augeas pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="A configuration editing tool" url="http://augeas.net" arch="all" @@ -21,6 +21,9 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + + # workaround for https://github.com/hercules-team/augeas/issues/89 + rm -f lenses/xymon_alerting.aug lenses/tests/test_xymon_alerting.aug } build() { |