FS#58627 - [lz4] man pages installed to wrong dir

Attached to Project: Arch Linux
Opened by userwithuid (userwithuid) - Thursday, 17 May 2018, 01:31 GMT
Last edited by Sébastien Luttringer (seblu) - Thursday, 17 May 2018, 08:20 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Arch's lz4 1:1.8.2-1 package has the man pages in

usr/share/man/man1/man1/lz4.1.gz

Note the double '/man1' .

Fix is trivial, just stop setting MANDIR in the PKGBUILD [0], auto-detection is not broken any more.

- # mandir is broken since 1.8.0
- make install PREFIX=/usr MANDIR=/usr/share/man/man1 DESTDIR="$pkgdir"
+ make install PREFIX=/usr DESTDIR="$pkgdir"



[0] https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/lz4#n37
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Thursday, 17 May 2018, 08:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  lz4-1:1.8.2-2
Comment by Eli Schwartz (eschwartz) - Thursday, 17 May 2018, 02:52 GMT
Running the "checkpkg" script from devtools would catch this BTW. :)
Comment by Sébastien Luttringer (seblu) - Thursday, 17 May 2018, 08:20 GMT
damn true.

Loading...