diff options
-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 431cc725..03591450 100755 --- a/xorg/xbanish/build +++ b/xorg/xbanish/build @@ -1,4 +1,4 @@ #!/bin/sh -e make -make DESTDIR="$1" PREFIX=/usr install +make DESTDIR="$1" PREFIX=/usr MANDIR=/usr/share/man install |