summaryrefslogtreecommitdiff
path: root/yapo
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-09-05 10:23:30 +0200
committerJuergen Daubert <jue@jue.li>2016-09-05 10:23:30 +0200
commitb986c1b1797629990e5c7e96e206daa40ef55bff (patch)
tree124b3c4bd4b312c753bf05ee9c80c039ad418dde /yapo
parent42b098a23ec9ec5a861dd5a0ea679683e0497d1c (diff)
downloadopt-b986c1b1797629990e5c7e96e206daa40ef55bff.tar.gz
opt-b986c1b1797629990e5c7e96e206daa40ef55bff.tar.xz
yapo: move man page to /usr/share/man
Diffstat (limited to 'yapo')
-rw-r--r--yapo/.footprint7
-rw-r--r--yapo/Pkgfile4
2 files changed, 6 insertions, 5 deletions
diff --git a/yapo/.footprint b/yapo/.footprint
index ef83a1dfb..1b5a44ee8 100644
--- a/yapo/.footprint
+++ b/yapo/.footprint
@@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/yapo
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/yapo.conf
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/yapo.8.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/yapo.8.gz
diff --git a/yapo/Pkgfile b/yapo/Pkgfile
index b78c72f12..e90b60573 100644
--- a/yapo/Pkgfile
+++ b/yapo/Pkgfile
@@ -5,11 +5,11 @@
name=yapo
version=0.3.2
-release=2
+release=3
source=(http://jue.li/crux/$name/$name-$version.tar.gz)
build () {
cd $name-$version
sed -ri 's/(Config)($|[.])/YapoConfig\2/' yapo.rb
- make DESTDIR=$PKG install
+ make MANDIR=/usr/share/man/man8 DESTDIR=$PKG install
}

Generated by cgit