diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-02-10 21:52:36 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-02-10 21:52:36 -0500 |
commit | cdf1acfb9f698cf623e433392750bb35c4896abc (patch) | |
tree | 46a20948e726c10685e166a8ea028ae9ffd6d1f1 | |
parent | 857ba5d67e271486e68cf4a95cffc13e12387bc0 (diff) |
Fix build in lxtask
-rw-r--r-- | community/lxtask/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/lxtask/PKGBUILD b/community/lxtask/PKGBUILD index fc6aec61a..526fbfd53 100644 --- a/community/lxtask/PKGBUILD +++ b/community/lxtask/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=lxtask pkgver=0.1.4 -pkgrel=3.1 +pkgrel=3.2 pkgdesc="Task manager of the LXDE Desktop" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') @@ -16,6 +16,7 @@ md5sums=('c4ab47d03d41a88696d64d3f1e78cf7f') build() { cd "$srcdir/$pkgname-$pkgver" + sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.ac autoreconf ./configure --sysconfdir=/etc --prefix=/usr make |