aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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