summaryrefslogtreecommitdiff
path: root/qemu-all
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2016-04-14 23:17:02 +0200
committerThomas Penteker <tek@serverop.de>2016-04-14 23:17:02 +0200
commit707b1e2f35fb99dabcb940ccab76a77b9d3aad3e (patch)
treea32fb3e4baa8bfa9262cccbe2c8e2b9ae19c584d /qemu-all
parentb0124bb082767503bf3f6944e226084abd5a1a35 (diff)
downloadopt-707b1e2f35fb99dabcb940ccab76a77b9d3aad3e.tar.gz
opt-707b1e2f35fb99dabcb940ccab76a77b9d3aad3e.tar.xz
qemu-all: adjust man path
Diffstat (limited to 'qemu-all')
-rw-r--r--qemu-all/.footprint11
-rw-r--r--qemu-all/Pkgfile6
2 files changed, 9 insertions, 8 deletions
diff --git a/qemu-all/.footprint b/qemu-all/.footprint
index de54cdd08..a01aede32 100644
--- a/qemu-all/.footprint
+++ b/qemu-all/.footprint
@@ -72,11 +72,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.gz
--rw-r--r-- root/root usr/share/man1/qemu.1.gz
-drwxr-xr-x root/root usr/share/man8/
--rw-r--r-- root/root usr/share/man8/qemu-nbd.8.gz
+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.gz
+-rw-r--r-- root/root usr/share/man/man1/qemu.1.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/qemu-nbd.8.gz
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-all/Pkgfile b/qemu-all/Pkgfile
index 770ab383c..b10ffae46 100644
--- a/qemu-all/Pkgfile
+++ b/qemu-all/Pkgfile
@@ -32,9 +32,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"' > \

Generated by cgit