From d9313b3c6f922e847308c7797a0fbc7ade18fe39 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 13 Jul 2021 19:33:53 -0400 Subject: [PATCH] xcape: fix manpath --- xorg/xcape/build | 4 ++-- xorg/xcape/version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2