diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-30 13:17:49 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-30 13:17:49 -0500 |
commit | 1b5659bd580631ef740a2ee3b6994b4aa490e095 (patch) | |
tree | bb32d8a8940608d4bdcd27145d0f905121460b5c /community/augeas | |
parent | d181bf2cbe77100d04299a098a3d4ed1ab831d87 (diff) |
Fix build in augeas
Diffstat (limited to 'community/augeas')
-rw-r--r-- | community/augeas/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD index b19b3e230..09ef5c9c2 100644 --- a/community/augeas/PKGBUILD +++ b/community/augeas/PKGBUILD @@ -17,7 +17,6 @@ md5sums=('82131019432ecf8102e1491610ad2dd1' build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i ${srcdir}/augeas-0.10.0-gets.patch sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in ./configure --prefix=/usr make |