aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-10 00:57:13 +0300
committerCem Keylan <cem@ckyln.com>2020-03-10 00:57:13 +0300
commit76fce8a777713978b4379874f4bdf2647b3f6584 (patch)
tree178461bb9739c144e3da3542b5cf824a5b5fa031 /xorg
parenta1d8fc580cc787775a0a36f42192c4af306ee103 (diff)
downloadrepository-76fce8a777713978b4379874f4bdf2647b3f6584.tar.gz
xbanish: fix path
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/xbanish/build2
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