diff options
Diffstat (limited to 'extra/kexec-tools/PKGBUILD')
-rw-r--r-- | extra/kexec-tools/PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/kexec-tools/PKGBUILD b/extra/kexec-tools/PKGBUILD index 2e2c6a688..740569631 100644 --- a/extra/kexec-tools/PKGBUILD +++ b/extra/kexec-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 182155 2013-04-08 13:04:10Z tpowa $ +# $Id: PKGBUILD 185799 2013-05-19 09:24:25Z tpowa $ # Contributor: Camille Moncelier <pix@devlife.org>, simo <simo@archlinux.org> # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=kexec-tools pkgver=2.0.4 -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,16 +18,13 @@ license=('GPL2') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --without-lzma + ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma make } package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install - - mv $pkgdir/usr/sbin $pkgdir/sbin - install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8 } md5sums=('4713026758923f5f3968905291b991ee') |