From: Armaan Bhojwani Date: Tue, 13 Jul 2021 23:33:53 +0000 (-0400) Subject: xcape: fix manpath X-Git-Tag: 2021.07.15-1~18 X-Git-Url: http://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=d9313b3c6f922e847308c7797a0fbc7ade18fe39 xcape: fix manpath --- diff --git a/xorg/xcape/build b/xorg/xcape/build index 53b0f7a..bbdbf02 100755 --- a/xorg/xcape/build +++ b/xorg/xcape/build @@ -1,4 +1,4 @@ #!/usr/bin/sh -e -make DESTDIR="$1" -make DESTDIR="$1" install +make +make DESTDIR="$1" MANDIR=/share/man/man1 install diff --git a/xorg/xcape/version b/xorg/xcape/version index f76d834..154ba13 100644 --- a/xorg/xcape/version +++ b/xorg/xcape/version @@ -1 +1 @@ -1.2 1 +1.2 2