diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-15 22:53:39 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-15 22:53:39 +0200 |
commit | 3b29aedc3467c7926cf5cd31d04d869ae7b22bd4 (patch) | |
tree | e0f46e2a76ec85ae8ec33e0906fe03e0d3f9ff9c | |
parent | fe8f732df533f52aeae80115879acb2f9d86ef1c (diff) | |
download | nutyx-pakxe-3b29aedc3467c7926cf5cd31d04d869ae7b22bd4.tar.gz nutyx-pakxe-3b29aedc3467c7926cf5cd31d04d869ae7b22bd4.tar.bz2 nutyx-pakxe-3b29aedc3467c7926cf5cd31d04d869ae7b22bd4.tar.xz nutyx-pakxe-3b29aedc3467c7926cf5cd31d04d869ae7b22bd4.zip |
maj gnupg#2.0.16-4, suppression du lien
-rw-r--r-- | extra/gnupg/.footprint | 1 | ||||
-rw-r--r-- | extra/gnupg/Pkgfile | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/extra/gnupg/.footprint b/extra/gnupg/.footprint index 4aad9a7aa..17949d0e2 100644 --- a/extra/gnupg/.footprint +++ b/extra/gnupg/.footprint @@ -13,7 +13,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/scdaemon -rwxr-xr-x root/root usr/bin/watchgnupg drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/gnupg -> gnupg2 drwxr-xr-x root/root usr/lib/gnupg2/ -rwxr-xr-x root/root usr/lib/gnupg2/gnupg-pcsc-wrapper -rwxr-xr-x root/root usr/lib/gnupg2/gpg-check-pattern diff --git a/extra/gnupg/Pkgfile b/extra/gnupg/Pkgfile index 7e2ca8d39..1e33f902c 100644 --- a/extra/gnupg/Pkgfile +++ b/extra/gnupg/Pkgfile @@ -6,7 +6,7 @@ name=gnupg version=2.0.16 -release=3 +release=4 source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2 gnupg2-2.0.16-security.patch) @@ -19,6 +19,5 @@ build() { make make DESTDIR=$PKG install rm $PKG/usr/share/info/dir - ln -s gnupg2 $PKG/usr/lib/gnupg } |