diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-21 03:19:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-21 03:19:42 +0300 |
commit | 910b6590c6896a1c08ac694081fc10d141c2747c (patch) | |
tree | bb4c469efb4dd087330e7b6603591eee8e17679c /extra/pinentry | |
parent | 4de9189c9b20bab86d1397c6fda766f09bb90be0 (diff) | |
download | repository-910b6590c6896a1c08ac694081fc10d141c2747c.tar.gz |
pinentry: change build file style
Diffstat (limited to 'extra/pinentry')
-rwxr-xr-x | extra/pinentry/build | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/pinentry/build b/extra/pinentry/build index c446579f..90c7b04d 100755 --- a/extra/pinentry/build +++ b/extra/pinentry/build @@ -1,9 +1,10 @@ #!/bin/sh -e ./configure \ - --prefix=/usr \ - --enable-pinentry-tty \ - --enable-pinentry-curses + --prefix=/usr \ + --enable-fallback-curses \ + --enable-pinentry-tty \ + --enable-pinentry-curses make make DESTDIR="$1" install |