summaryrefslogtreecommitdiff
path: root/xrestop
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
committerMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
commit410d9695572f4bca5f831e9234a39d64698ab1bb (patch)
treece8964ae9456e1883563ff5b09b063deb6175fac /xrestop
parent9521c22527044cef465834071b856ae91cbbce3c (diff)
downloadxorg-410d9695572f4bca5f831e9234a39d64698ab1bb.tar.gz
xorg-410d9695572f4bca5f831e9234a39d64698ab1bb.tar.xz
xrestop: moved man pages to /usr/share/man
Diffstat (limited to 'xrestop')
-rw-r--r--xrestop/.footprint7
-rw-r--r--xrestop/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/xrestop/.footprint b/xrestop/.footprint
index 6bd33ada..ab790f9e 100644
--- a/xrestop/.footprint
+++ b/xrestop/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xrestop
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xrestop.1.gz
+drwxr-xr-x root/root usr/share/
+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/xrestop.1.gz
diff --git a/xrestop/Pkgfile b/xrestop/Pkgfile
index 14ab1a4f..63d16cf3 100644
--- a/xrestop/Pkgfile
+++ b/xrestop/Pkgfile
@@ -5,13 +5,13 @@
name=xrestop
version=0.4
-release=1
+release=2
source=(http://downloads.yoctoproject.org/releases/$name/$name-$version.tar.gz)
build() {
cd xrestop-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG install

Generated by cgit