CRUX

Welcome to CRUX bug tracking.
Tasklist

FS#1644 - gnupg: orphan symlink

Attached to Project: CRUX
Opened by Fun (fun) - Monday, 09 April 2018, 13:26 GMT
Last edited by Git commit closer (gitcloser) - Thursday, 31 May 2018, 23:00 GMT
Task Type Improvement
Category ports → core/opt
Status Closed
Assigned To Thomas Penteker (teK)
Operating System CRUX
Severity Low
Priority Normal
Reported Version 3.3
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The next line show be removed from Pkgfile:

ln -s /usr/share/man/man1/gpg2.1.gz $PKG/usr/share/man/man1/gpg.1.gz


'make install' creates gpg.1
Pkgfile creates the symlink gpg.1.gz -> gpg2.1.gz (gpg2.1(.gz) doesn't exist)
pkgmk (compress_manpages) tries to compress gpg.1 -> gpg.1.gz (fails, but doesn't stop)
This task depends upon

Closed by  Git commit closer (gitcloser)
Thursday, 31 May 2018, 23:00 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed by commit

Loading...