diff options
Diffstat (limited to 'xorg/xcape/build')
-rwxr-xr-x | xorg/xcape/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/xcape/build b/xorg/xcape/build new file mode 100755 index 00000000..0e6af0f2 --- /dev/null +++ b/xorg/xcape/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make MANDIR=/share/man/man1 DESTDIR="$1" install |