diff options
author | Thomas Penteker <tek@serverop.de> | 2016-04-14 23:16:53 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2016-04-14 23:16:53 +0200 |
commit | b0124bb082767503bf3f6944e226084abd5a1a35 (patch) | |
tree | 1e08663b78fe3cb7f48e22bf815b44c79c812a8f /qemu | |
parent | 26435384f2ff4e1c3ea9169a423cdc5dcc942576 (diff) | |
download | opt-b0124bb082767503bf3f6944e226084abd5a1a35.tar.gz opt-b0124bb082767503bf3f6944e226084abd5a1a35.tar.xz |
qemu: adjust man path
Diffstat (limited to 'qemu')
-rw-r--r-- | qemu/.footprint | 11 | ||||
-rw-r--r-- | qemu/Pkgfile | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/qemu/.footprint b/qemu/.footprint index 088a84b7e..499a7cba1 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 b93754f41..3f6a0894e 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"' > \ |