diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
commit | c0a02f08d66969b92325d421354f4def5c23f84c (patch) | |
tree | 1f97a2b8ea84967f808112b173ab1e7a494b0a26 /extra/kexec-tools | |
parent | d830c3b1d23d90c928c68bf821049db3abf897b8 (diff) | |
parent | a29329c38e50afd28d28c3a99e35d8774b9b19f8 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/gvfs/PKGBUILD
libre/libretools/libretools.install
Diffstat (limited to 'extra/kexec-tools')
-rw-r--r-- | extra/kexec-tools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kexec-tools/PKGBUILD b/extra/kexec-tools/PKGBUILD index ce1ca7244..7c50cd51c 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 <pix@devlife.org>, simo <simo@archlinux.org> # Maintainer: Tobias Powalowski <tpowa@archlinux.org> 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' 'mips64el') 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 } |