qemu: adjust man path

This commit is contained in:
Thomas Penteker 2016-04-14 23:16:53 +02:00
parent 26435384f2
commit b0124bb082
2 changed files with 9 additions and 8 deletions

View File

@ -19,11 +19,12 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/qemu/ drwxr-xr-x root/root usr/lib/qemu/
-rwxr-xr-x root/root usr/lib/qemu/qemu-bridge-helper -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/
drwxr-xr-x root/root usr/share/man1/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/share/man1/qemu-img.1 drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man1/qemu.1 -rw-r--r-- root/root usr/share/man/man1/qemu-img.1
drwxr-xr-x root/root usr/share/man8/ -rw-r--r-- root/root usr/share/man/man1/qemu.1
-rw-r--r-- root/root usr/share/man8/qemu-nbd.8 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/ 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,cgthree.bin
-rw-r--r-- root/root usr/share/qemu/QEMU,tcx.bin -rw-r--r-- root/root usr/share/qemu/QEMU,tcx.bin

View File

@ -33,9 +33,9 @@ build() {
make DESTDIR=$PKG install make DESTDIR=$PKG install
make qemu.1 qemu-img.1 qemu-nbd.8 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.1 $PKG/usr/share/man/man1/qemu.1
install -D -m 644 qemu-img.1 $PKG/usr/share/man1/qemu-img.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/man8/qemu-nbd.8 install -D -m 644 qemu-nbd.8 $PKG/usr/share/man/man8/qemu-nbd.8
install -d $PKG/etc/udev/rules.d/ install -d $PKG/etc/udev/rules.d/
echo 'KERNEL=="kvm", NAME="kvm", OWNER="root", GROUP="kvm", MODE="0660"' > \ echo 'KERNEL=="kvm", NAME="kvm", OWNER="root", GROUP="kvm", MODE="0660"' > \