diff options
author | sibel <lesibel@free.fr> | 2010-09-08 12:31:56 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-09-08 12:31:56 +0200 |
commit | d5624c06728a92c2415f183b0512266d622750c7 (patch) | |
tree | dec41bb557383f5a2f11f14c8f9994de2903871e /extra/gnupg/Pkgfile | |
parent | a1d1c0147e16eef112daeb9e33a0bd23822607b9 (diff) | |
download | nutyx-pakxe-d5624c06728a92c2415f183b0512266d622750c7.tar.gz nutyx-pakxe-d5624c06728a92c2415f183b0512266d622750c7.tar.bz2 nutyx-pakxe-d5624c06728a92c2415f183b0512266d622750c7.tar.xz nutyx-pakxe-d5624c06728a92c2415f183b0512266d622750c7.zip |
maj de gnupg#2.0.16-2
Diffstat (limited to 'extra/gnupg/Pkgfile')
-rw-r--r-- | extra/gnupg/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/gnupg/Pkgfile b/extra/gnupg/Pkgfile index 1727d8cbb..b36d7ce52 100644 --- a/extra/gnupg/Pkgfile +++ b/extra/gnupg/Pkgfile @@ -6,7 +6,7 @@ name=gnupg version=2.0.16 -release=1 +release=2 source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2 gnupg2-2.0.16-security.patch) @@ -19,5 +19,6 @@ build() { make make DESTDIR=$PKG install rm $PKG/usr/share/info/dir + ln -s $PKG/usr/lib/gnupg2 $PKG/usr/lib/gnupg } |