diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-08 02:27:07 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-08 02:27:07 +0300 |
commit | 471bcbe2a1b2fb927286bac997ef4e7647b619a9 (patch) | |
tree | 217a5c601ed8b32b1e572be551dd81b47ed16c3c /xorg/xbanish | |
parent | 50e3dd4e9bfe0bf99ad40a9566a0518153436aaf (diff) | |
download | repository-471bcbe2a1b2fb927286bac997ef4e7647b619a9.tar.gz |
xbanish: fix manpage
Diffstat (limited to 'xorg/xbanish')
-rwxr-xr-x | xorg/xbanish/build | 2 |
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 |