diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:08:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:08:02 +0300 |
commit | 85a909c12bbb97fbd6fe02d026b7c7bac0dce27f (patch) | |
tree | 08fdb333c86bfa95a42043fcf1bab48e6b531c6a /testing/pinentry/build | |
parent | a40640749a2c4138f2f7d93b5c8bbdc37b9b6e6f (diff) | |
download | repository-85a909c12bbb97fbd6fe02d026b7c7bac0dce27f.tar.gz |
pinentry: add package to testing
Diffstat (limited to 'testing/pinentry/build')
-rwxr-xr-x | testing/pinentry/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/pinentry/build b/testing/pinentry/build new file mode 100755 index 00000000..c446579f --- /dev/null +++ b/testing/pinentry/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-pinentry-tty \ + --enable-pinentry-curses + +make +make DESTDIR="$1" install |