]> git.armaanb.net Git - asd-repo.git/blobdiff - xorg/xcape/build
xcape: fix manpath
[asd-repo.git] / xorg / xcape / build
index 53b0f7a3e9978405519f36317d093f57a854a3cb..bbdbf02f1bdc9f1bbb5de88c4b56a10fb4db69cf 100755 (executable)
@@ -1,4 +1,4 @@
 #!/usr/bin/sh -e
 
-make DESTDIR="$1"
-make DESTDIR="$1" install
+make
+make DESTDIR="$1" MANDIR=/share/man/man1 install