From a29329c38e50afd28d28c3a99e35d8774b9b19f8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Nov 2012 01:32:19 -0800 Subject: Tue Nov 13 01:32:13 PST 2012 --- extra/kexec-tools/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/kexec-tools') diff --git a/extra/kexec-tools/PKGBUILD b/extra/kexec-tools/PKGBUILD index f8a15ba72..75caa31c4 100644 --- a/extra/kexec-tools/PKGBUILD +++ b/extra/kexec-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 162395 2012-06-26 19:28:54Z tpowa $ +# $Id: PKGBUILD 170845 2012-11-12 15:18:26Z tpowa $ # Contributor: Camille Moncelier , simo # Maintainer: Tobias Powalowski pkgname=kexec-tools pkgver=2.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Load another kernel from the currently executing Linux kernel" arch=('i686' 'x86_64') url="http://kernel.org/pub/linux/utils/kernel/kexec/" @@ -18,7 +18,7 @@ license=('GPL2') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --without-lzma make } -- cgit v1.2.3-54-g00ecf