diff --git a/src/pinentry/pkg.sh b/src/pinentry/pkg.sh index feccb3d..72e8faa 100644 --- a/src/pinentry/pkg.sh +++ b/src/pinentry/pkg.sh @@ -15,7 +15,9 @@ PACKAGE(){ tar xf "${NAME}-${VERSION}.tar.bz2" cd "${NAME}-${VERSION}" - ./configure --prefix=/usr --enable-pinentry-tty + ./configure --prefix=/usr \ + --enable-pinentry-tty \ + --disable-libsecret make make DESTDIR="${ROOTDIR}" install