]> git.armaanb.net Git - asd-repo.git/commitdiff
xcape: fix manpath
authorArmaan Bhojwani <me@armaanb.net>
Tue, 13 Jul 2021 23:33:53 +0000 (19:33 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 13 Jul 2021 23:33:53 +0000 (19:33 -0400)
xorg/xcape/build
xorg/xcape/version

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
index f76d83463a7263ba0243b10559a993d39ffc7683..154ba13d69244a5e48f05d70c1e42ea2546f6b88 100644 (file)
@@ -1 +1 @@
-1.2 1
+1.2 2