diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:40:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:40:41 +0300 |
commit | 911fda53f28b33340cdc058fa1943248e7fd2247 (patch) | |
tree | e344fc819207b2da3fb308633d43633028c55c3a /extra/dmenu/build | |
parent | 048f0972d20f57966c8cddaeb5b2085ac866ca56 (diff) | |
download | repository-911fda53f28b33340cdc058fa1943248e7fd2247.tar.gz |
dmenu: add new package at 4.9 to extra
Diffstat (limited to 'extra/dmenu/build')
-rwxr-xr-x | extra/dmenu/build | 4 |
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 |