diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-10 00:57:13 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-10 00:57:13 +0300 |
commit | 76fce8a777713978b4379874f4bdf2647b3f6584 (patch) | |
tree | 178461bb9739c144e3da3542b5cf824a5b5fa031 /xorg | |
parent | a1d8fc580cc787775a0a36f42192c4af306ee103 (diff) | |
download | repository-76fce8a777713978b4379874f4bdf2647b3f6584.tar.gz |
xbanish: fix path
Diffstat (limited to 'xorg')
-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 |