ports/opt (2.2): gnupg: added symbolic link gpg.1.gz to gpg2.1.gz
commit d7582afdca07fc73ec941263b79e41834bafd209 Author: Simon Gloßner <viper@hometux.de> Date: Thu Nov 30 18:01:24 2006 +0100 gnupg: added symbolic link gpg.1.gz to gpg2.1.gz diff --git a/gnupg/.footprint b/gnupg/.footprint index e9a3223..114f33e 100644 --- a/gnupg/.footprint +++ b/gnupg/.footprint @@ -25,6 +25,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/gpg-agent.1.gz -rw-r--r-- root/root usr/man/man1/gpg-connect-agent.1.gz -rw-r--r-- root/root usr/man/man1/gpg-preset-passphrase.1.gz +lrwxrwxrwx root/root usr/man/man1/gpg.1.gz -> gpg2.1.gz -rw-r--r-- root/root usr/man/man1/gpg2.1.gz -rw-r--r-- root/root usr/man/man1/gpgconf.1.gz -rw-r--r-- root/root usr/man/man1/gpgparsemail.1.gz diff --git a/gnupg/Pkgfile b/gnupg/Pkgfile index b594070..a880c40 100644 --- a/gnupg/Pkgfile +++ b/gnupg/Pkgfile @@ -26,6 +26,7 @@ build () { chmod u+s $PKG/usr/bin/gpg2 ln -s /usr/bin/gpg2 $PKG/usr/bin/gpg + ln -s /usr/man/man1/gpg2.1.gz $PKG/usr/man/man1/gpg.1.gz rm -rf $PKG/usr/share/info rm -f $PKG/usr/share/gnupg/{FAQ,faq.html,qualified.txt}
participants (1)
-
crux@crux.nu