diff options
Diffstat (limited to 'extra')
-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 } |