[arch-commits] Commit in kexec-tools/trunk (PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Sun May 19 09:24:12 UTC 2013


    Date: Sunday, May 19, 2013 @ 11:24:11
  Author: tpowa
Revision: 185798

upgpkg: kexec-tools 2.0.4-2

move /sbin to /usr/bin

Modified:
  kexec-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 09:19:45 UTC (rev 185797)
+++ PKGBUILD	2013-05-19 09:24:11 UTC (rev 185798)
@@ -4,7 +4,7 @@
 
 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 @@
 
 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')




More information about the arch-commits mailing list