commit b0124bb082767503bf3f6944e226084abd5a1a35 Author: Thomas Penteker <tek@serverop.de> Date: Thu Apr 14 23:16:53 2016 +0200 qemu: adjust man path diff --git a/qemu/.footprint b/qemu/.footprint index 088a84b..499a7cb 100644 --- a/qemu/.footprint +++ b/qemu/.footprint @@ -19,11 +19,12 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/qemu/ -rwxr-xr-x root/root usr/lib/qemu/qemu-bridge-helper drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man1/ --rw-r--r-- root/root usr/share/man1/qemu-img.1 --rw-r--r-- root/root usr/share/man1/qemu.1 -drwxr-xr-x root/root usr/share/man8/ --rw-r--r-- root/root usr/share/man8/qemu-nbd.8 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/qemu-img.1 +-rw-r--r-- root/root usr/share/man/man1/qemu.1 +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/qemu-nbd.8 drwxr-xr-x root/root usr/share/qemu/ -rw-r--r-- root/root usr/share/qemu/QEMU,cgthree.bin -rw-r--r-- root/root usr/share/qemu/QEMU,tcx.bin diff --git a/qemu/Pkgfile b/qemu/Pkgfile index b93754f..3f6a089 100644 --- a/qemu/Pkgfile +++ b/qemu/Pkgfile @@ -33,9 +33,9 @@ build() { make DESTDIR=$PKG install make qemu.1 qemu-img.1 qemu-nbd.8 - install -D -m 644 qemu.1 $PKG/usr/share/man1/qemu.1 - install -D -m 644 qemu-img.1 $PKG/usr/share/man1/qemu-img.1 - install -D -m 644 qemu-nbd.8 $PKG/usr/share/man8/qemu-nbd.8 + install -D -m 644 qemu.1 $PKG/usr/share/man/man1/qemu.1 + install -D -m 644 qemu-img.1 $PKG/usr/share/man/man1/qemu-img.1 + install -D -m 644 qemu-nbd.8 $PKG/usr/share/man/man8/qemu-nbd.8 install -d $PKG/etc/udev/rules.d/ echo 'KERNEL=="kvm", NAME="kvm", OWNER="root", GROUP="kvm", MODE="0660"' > \