aboutsummaryrefslogtreecommitdiff
path: root/extra/dmenu/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-11 20:40:41 +0300
committerCem Keylan <cem@ckyln.com>2020-03-11 20:40:41 +0300
commit911fda53f28b33340cdc058fa1943248e7fd2247 (patch)
treee344fc819207b2da3fb308633d43633028c55c3a /extra/dmenu/build
parent048f0972d20f57966c8cddaeb5b2085ac866ca56 (diff)
downloadrepository-911fda53f28b33340cdc058fa1943248e7fd2247.tar.gz
dmenu: add new package at 4.9 to extra
Diffstat (limited to 'extra/dmenu/build')
-rwxr-xr-xextra/dmenu/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/dmenu/build b/extra/dmenu/build
new file mode 100755
index 00000000..431cc725
--- /dev/null
+++ b/extra/dmenu/build
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+make
+make DESTDIR="$1" PREFIX=/usr install