diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:40:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:40:34 +0300 |
commit | 048f0972d20f57966c8cddaeb5b2085ac866ca56 (patch) | |
tree | 23f6cb22db09eae2c62bdd5969fe43954a84b928 /extra/pinentry-dmenu/build | |
parent | 2efbd1d1de84a60b574c2a80b4d62b7862996bdf (diff) | |
download | repository-048f0972d20f57966c8cddaeb5b2085ac866ca56.tar.gz |
pinentry-dmenu: add new package at 0.1.1 to extra
Diffstat (limited to 'extra/pinentry-dmenu/build')
-rwxr-xr-x | extra/pinentry-dmenu/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/pinentry-dmenu/build b/extra/pinentry-dmenu/build new file mode 100755 index 00000000..431cc725 --- /dev/null +++ b/extra/pinentry-dmenu/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" PREFIX=/usr install |