aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-08 02:27:07 +0300
committerCem Keylan <cem@ckyln.com>2020-09-08 02:27:07 +0300
commit471bcbe2a1b2fb927286bac997ef4e7647b619a9 (patch)
tree217a5c601ed8b32b1e572be551dd81b47ed16c3c /xorg
parent50e3dd4e9bfe0bf99ad40a9566a0518153436aaf (diff)
downloadrepository-471bcbe2a1b2fb927286bac997ef4e7647b619a9.tar.gz
xbanish: fix manpage
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/xbanish/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/xbanish/build b/xorg/xbanish/build
index 03591450..7ce5dada 100755
--- a/xorg/xbanish/build
+++ b/xorg/xbanish/build
@@ -1,4 +1,4 @@
#!/bin/sh -e
make
-make DESTDIR="$1" PREFIX=/usr MANDIR=/usr/share/man install
+make DESTDIR="$1" PREFIX=/usr MANDIR=/usr/share/man/man1 install