diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-20 23:32:09 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-20 23:32:09 +0100 |
commit | 27c864023d671b6683f498deabde9019dc8ebd0d (patch) | |
tree | 1e076ee392014583c9b52e54f444331261a023fb | |
parent | f34a36803ca8dd5acc8a3ff4e3f54e9d3ca2eb5e (diff) | |
download | nutyx-pakxe-27c864023d671b6683f498deabde9019dc8ebd0d.tar.gz nutyx-pakxe-27c864023d671b6683f498deabde9019dc8ebd0d.tar.bz2 nutyx-pakxe-27c864023d671b6683f498deabde9019dc8ebd0d.tar.xz nutyx-pakxe-27c864023d671b6683f498deabde9019dc8ebd0d.zip |
gnupg1, correction doublon, 2ième essai
-rw-r--r-- | extra/gnupg1/.footprint.i686 | 3 | ||||
-rw-r--r-- | extra/gnupg1/.footprint.x86_64 | 3 | ||||
-rw-r--r-- | extra/gnupg1/Pkgfile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/extra/gnupg1/.footprint.i686 b/extra/gnupg1/.footprint.i686 index 00fab2409..4d8999b0b 100644 --- a/extra/gnupg1/.footprint.i686 +++ b/extra/gnupg1/.footprint.i686 @@ -13,13 +13,14 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/gnupg/ -rw-r--r-- root/root usr/share/gnupg/FAQ -rw-r--r-- root/root usr/share/gnupg/options.skel +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/gnupg1.info.gz drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ -rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/gnupg.mo drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/gpg-zip.1.gz -rw-r--r-- root/root usr/share/man/man1/gpg.1.gz -rw-r--r-- root/root usr/share/man/man1/gpg.ru.1.gz -rw-r--r-- root/root usr/share/man/man1/gpgv.1.gz diff --git a/extra/gnupg1/.footprint.x86_64 b/extra/gnupg1/.footprint.x86_64 index 00fab2409..4d8999b0b 100644 --- a/extra/gnupg1/.footprint.x86_64 +++ b/extra/gnupg1/.footprint.x86_64 @@ -13,13 +13,14 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/gnupg/ -rw-r--r-- root/root usr/share/gnupg/FAQ -rw-r--r-- root/root usr/share/gnupg/options.skel +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/gnupg1.info.gz drwxr-xr-x root/root usr/share/locale/ drwxr-xr-x root/root usr/share/locale/fr/ drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ -rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/gnupg.mo drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/gpg-zip.1.gz -rw-r--r-- root/root usr/share/man/man1/gpg.1.gz -rw-r--r-- root/root usr/share/man/man1/gpg.ru.1.gz -rw-r--r-- root/root usr/share/man/man1/gpgv.1.gz diff --git a/extra/gnupg1/Pkgfile b/extra/gnupg1/Pkgfile index 32f8d303e..b1db0c616 100644 --- a/extra/gnupg1/Pkgfile +++ b/extra/gnupg1/Pkgfile @@ -16,6 +16,7 @@ build() { --libexecdir=/usr/lib make make DESTDIR=$PKG install - rm -r $PKG/usr/share/info + rm $PKG/usr/share/info/dir + rm -r $PKG/usr/share/man/man1/gpg-zip.1 } |