diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-12 09:48:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-12 09:48:59 +0300 |
commit | 008c95902dbdb02ec295cf1188cdda80e87340e3 (patch) | |
tree | f9b893ce4e0d6b1abc68962e971e5097adcaa41c /cem/dmenu/build | |
download | repository-008c95902dbdb02ec295cf1188cdda80e87340e3.tar.gz |
initial commit
Diffstat (limited to 'cem/dmenu/build')
-rwxr-xr-x | cem/dmenu/build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cem/dmenu/build b/cem/dmenu/build new file mode 100755 index 0000000..02f3706 --- /dev/null +++ b/cem/dmenu/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +make + +make PREFIX=/usr DESTDIR="$1" install |