aboutsummaryrefslogtreecommitdiff
path: root/xorg/feh/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/feh/build')
-rwxr-xr-xxorg/feh/build13
1 files changed, 13 insertions, 0 deletions
diff --git a/xorg/feh/build b/xorg/feh/build
new file mode 100755
index 00000000..468b0c88
--- /dev/null
+++ b/xorg/feh/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+mk() {
+ make \
+ PREFIX=/usr \
+ exif=1 \
+ help=1 \
+ stat64=1 \
+ "$@"
+}
+
+mk
+mk DESTDIR="$1" install