diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-14 16:50:45 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-14 16:50:45 +0200 |
commit | 90e8807f0a6860b2444889db6406f09d54a86bfe (patch) | |
tree | 9c013757654a31afc120a8aaa2779e587edbddee /extra/gnupg/Pkgfile | |
parent | 292d97e572e50de54226e262d1fda4e56b784626 (diff) | |
download | nutyx-pakxe-90e8807f0a6860b2444889db6406f09d54a86bfe.tar.gz nutyx-pakxe-90e8807f0a6860b2444889db6406f09d54a86bfe.tar.bz2 nutyx-pakxe-90e8807f0a6860b2444889db6406f09d54a86bfe.tar.xz nutyx-pakxe-90e8807f0a6860b2444889db6406f09d54a86bfe.zip |
maj gnupg#2.0.16-3, correction lien
Diffstat (limited to 'extra/gnupg/Pkgfile')
-rw-r--r-- | extra/gnupg/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gnupg/Pkgfile b/extra/gnupg/Pkgfile index b36d7ce52..7e2ca8d39 100644 --- a/extra/gnupg/Pkgfile +++ b/extra/gnupg/Pkgfile @@ -6,7 +6,7 @@ name=gnupg version=2.0.16 -release=2 +release=3 source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2 gnupg2-2.0.16-security.patch) @@ -19,6 +19,6 @@ build() { make make DESTDIR=$PKG install rm $PKG/usr/share/info/dir - ln -s $PKG/usr/lib/gnupg2 $PKG/usr/lib/gnupg + ln -s gnupg2 $PKG/usr/lib/gnupg } |