Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533774 - media-sound/vorbis-tools-1.4.0-r2 installs document outside /usr/share/doc/$PF
Summary: media-sound/vorbis-tools-1.4.0-r2 installs document outside /usr/share/doc/$PF
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL: https://trac.xiph.org/ticket/2131
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-12-28 12:52 UTC by Chris Mayo
Modified: 2023-10-31 08:44 UTC (History)
0 users

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


Attachments
Makefile.am patch (vorbis-tools-1.4.0-docdir.patch,415 bytes, patch)
2014-12-28 12:52 UTC, Chris Mayo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2014-12-28 12:52:26 UTC
Created attachment 392558 [details, diff]
Makefile.am patch

$ ls /usr/share/doc/vorbis-tools-1.4.0*
/usr/share/doc/vorbis-tools-1.4.0:
ogg123rc-example.bz2

/usr/share/doc/vorbis-tools-1.4.0-r2:
AUTHORS.bz2  CHANGES.bz2  README.bz2


Fixed for me with attached patch to Makefile.am
and then adding to econf in configure:
--docdir=/usr/share/doc/${PF}
Comment 1 Larry the Git Cow gentoo-dev 2018-06-10 10:42:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50641c44982386c6d670a52ea6d5cbac87381f3a

commit 50641c44982386c6d670a52ea6d5cbac87381f3a
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-06-10 10:34:23 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-06-10 10:42:34 +0000

    media-sound/vorbis-tools: Fix examples install dir
    
    Thanks-to: Chris Mayo <aklhfex@gmail.com>
    Closes: https://bugs.gentoo.org/533774
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../vorbis-tools/files/vorbis-tools-1.4.0-docdir.patch     | 14 ++++++++++++++
 ...-tools-1.4.0-r4.ebuild => vorbis-tools-1.4.0-r5.ebuild} |  1 +
 2 files changed, 15 insertions(+)