diff options
Diffstat (limited to 'testing/pinentry/build')
-rwxr-xr-x | testing/pinentry/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/pinentry/build b/testing/pinentry/build deleted file mode 100755 index c446579f..00000000 --- a/testing/pinentry/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-pinentry-tty \ - --enable-pinentry-curses - -make -make DESTDIR="$1" install |