diff options
Diffstat (limited to 'extra/pinentry-qt4')
-rw-r--r-- | extra/pinentry-qt4/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pinentry-qt4/Pkgfile b/extra/pinentry-qt4/Pkgfile index 55a5775a9..809451c09 100644 --- a/extra/pinentry-qt4/Pkgfile +++ b/extra/pinentry-qt4/Pkgfile @@ -8,10 +8,10 @@ name=pinentry-qt4 version=0.8.1 release=1 -source=(ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.gz) +source=(ftp://ftp.gnupg.org/gcrypt/${name%-*}/${name%-*}-$version.tar.gz) build() { - cd $name-$version + cd ${name%-*}-$version ./configure --prefix=/usr \ --enable-fallback-curses \ --libexecdir=/usr/lib \ |