From 471bcbe2a1b2fb927286bac997ef4e7647b619a9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 8 Sep 2020 02:27:07 +0300 Subject: xbanish: fix manpage --- xorg/xbanish/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg') 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 -- cgit v1.2.3