From 07e84986cfe344c2204ad51979f2972f27afd2a9 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Sun, 17 Feb 2013 00:49:08 +0100 Subject: [PATCH] kexec-tools: 2.0.2 -> 2.0.3 --- kexec-tools/.footprint | 9 ++++++--- kexec-tools/.md5sum | 2 +- kexec-tools/Pkgfile | 9 +++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/kexec-tools/.footprint b/kexec-tools/.footprint index 0f3f00460..0d4d93884 100644 --- a/kexec-tools/.footprint +++ b/kexec-tools/.footprint @@ -1,7 +1,10 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/kexec-tools/ --rw-r--r-- root/root usr/lib/kexec-tools/kexec_test +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/kdump.8.gz +-rw-r--r-- root/root usr/man/man8/kexec.8.gz +-rw-r--r-- root/root usr/man/man8/vmcore-dmesg.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/kdump -rwxr-xr-x root/root usr/sbin/kexec +-rwxr-xr-x root/root usr/sbin/vmcore-dmesg diff --git a/kexec-tools/.md5sum b/kexec-tools/.md5sum index 10c4e0b31..f821936b9 100644 --- a/kexec-tools/.md5sum +++ b/kexec-tools/.md5sum @@ -1 +1 @@ -35d05fed1c97008ac34c5bfb929295eb kexec-tools-2.0.2.tar.bz2 +b820e4e0dbdaa3391ac49309b0a1db2e kexec-tools-2.0.3.tar.bz2 diff --git a/kexec-tools/Pkgfile b/kexec-tools/Pkgfile index a26536db5..53e896388 100644 --- a/kexec-tools/Pkgfile +++ b/kexec-tools/Pkgfile @@ -4,13 +4,14 @@ # Depends on: name=kexec-tools -version=2.0.2 +version=2.0.3 release=1 -source=(http://kernel.org/pub/linux/utils/kernel/kexec/$name-$version.tar.bz2) +source=(http://crux.nu/~tek/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr - make + ./configure --prefix=/usr \ + --mandir=/usr/man + make -j1 make DESTDIR=$PKG install }