Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507058 - net-misc/owncloud-client-1.5.3 installs man pages in /usr/share/man/man/
Summary: net-misc/owncloud-client-1.5.3 installs man pages in /usr/share/man/man/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL: https://github.com/owncloud/mirall/is...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-07 17:31 UTC by Ian Abbott
Modified: 2014-04-16 11:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix man page installation path (mirall-1.5.3-man-page-location-fix.patch,733 bytes, patch)
2014-04-07 18:44 UTC, Ian Abbott
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Abbott 2014-04-07 17:31:37 UTC
After installing net-misc/owncloud-client-1.5.3 (not sure about earlier versions), the manpages for owncloud (1) and owncloudcmd (1) are installed in the wrong place:

$ equery files net-misc/owncloud
/usr/share/man
/usr/share/man/man
/usr/share/man/man/owncloud.1.bz2
/usr/share/man/man/owncloudcmd.1.bz2

They ought to be in /usr/share/man/man1/

Reproducible: Always
Comment 1 Ian Abbott 2014-04-07 17:33:34 UTC
(In reply to Ian Abbott from comment #0)
> After installing net-misc/owncloud-client-1.5.3 (not sure about earlier
> versions), the manpages for owncloud (1) and owncloudcmd (1) are installed
> in the wrong place:
> 
> $ equery files net-misc/owncloud

Soryy, I meant:

$ equery files net-misc/owncloud-client
Comment 2 Ian Abbott 2014-04-07 18:41:04 UTC
Upstream: https://github.com/owncloud/mirall/issues/1648
Comment 3 Ian Abbott 2014-04-07 18:44:14 UTC
Created attachment 374494 [details, diff]
Patch to fix man page installation path

It's a simple fix, but it seems to work.  After installing the package with this patch:

$ equery files net-misc/owncloud-client
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/owncloud.1.bz2
/usr/share/man/man1/owncloudcmd.1.bz2
Comment 4 Bernard Cafarelli gentoo-dev 2014-04-16 11:33:37 UTC
Thanks for the report/patch/upstream bug!

Apparently the man (without 1) comes from the Debian upstreamed patch to install man-pages, we'll see what they do upstream, but in the meantime I have added your patch in 1.5.3-r1