ports/contrib (3.4): kexec-tools: fix source() and mandir
commit 38243275bb4a4fd04da8c3548057a55fb177e17f Author: Thomas Penteker <tek@serverop.de> Date: Sat Feb 23 23:36:21 2019 +0100 kexec-tools: fix source() and mandir diff --git a/kexec-tools/.footprint b/kexec-tools/.footprint index dbfc6271..24a74cf3 100644 --- a/kexec-tools/.footprint +++ b/kexec-tools/.footprint @@ -2,10 +2,11 @@ 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/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/kexec -rwxr-xr-x root/root usr/sbin/vmcore-dmesg +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/kexec.8.gz +-rw-r--r-- root/root usr/share/man/man8/vmcore-dmesg.8.gz diff --git a/kexec-tools/.signature b/kexec-tools/.signature index fa253c50..438badf4 100644 --- a/kexec-tools/.signature +++ b/kexec-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37uU0Hiek3voKIg2Qhu7NSRpyloe59y9PknFl/LayFen8PXLAU0j5T8VknS2jpejjlavFw6LMWIRMTijdONMhQI= -SHA256 (Pkgfile) = 13964f21c0fff7db428c974e08aa82214d226405ec3c637b8046f4cb74b375c0 -SHA256 (.footprint) = c99801b8cd147bcc5ce3d03e65f9411562db3fc6afcef4a9f524dcbdbbcb0ecb +RWSagIOpLGJF3z3MwYtYweS7NJZm2E3cLweHqxZvLGXBFieYTLCvXC5cE/0SDmeuu2R2U1eUOnnlVjptgroh7eBPw+ymPOu4OQY= +SHA256 (Pkgfile) = a299ff326d7ab3b6ed0f54466d68af69a9f7adcba644c4952f492d321c6ac271 +SHA256 (.footprint) = 483baf3b5692da54a02afd0775245401ab78152f01426113988dc3773a2c2ccb SHA256 (kexec-tools-2.0.18.tar.xz) = f2dafabfffe4df80ab330dd3516449ba52965d5b79efff1f2b2dc1a78e7d1e3d diff --git a/kexec-tools/Pkgfile b/kexec-tools/Pkgfile index d455412a..e6ce5fff 100644 --- a/kexec-tools/Pkgfile +++ b/kexec-tools/Pkgfile @@ -6,12 +6,12 @@ name=kexec-tools version=2.0.18 release=1 -source=(http://crux.nu/~tek/$name-$version-crux.tar.xz) +source=(http://crux.nu/~tek/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr + make -j1 make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu