commit 471bcbe2a1b2fb927286bac997ef4e7647b619a9 parent 50e3dd4e9bfe0bf99ad40a9566a0518153436aaf Author: Cem Keylan <cem@ckyln.com> Date: Tue, 8 Sep 2020 02:27:07 +0300 xbanish: fix manpage Diffstat:
M | xorg/xbanish/build | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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