Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141122 - x11-drivers/synaptics-0.14.5-r1 installs its man pages to wrong (upper) dirs.
Summary: x11-drivers/synaptics-0.14.5-r1 installs its man pages to wrong (upper) dirs.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: X11 External Driver Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 144308
  Show dependency tree
 
Reported: 2006-07-19 22:56 UTC by hiyuh
Modified: 2006-11-02 16:00 UTC (History)
0 users

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


Attachments
a diff ebuild for x11-drivers/syynaptics-0.14.5-r1 to fix MANDIR (synaptics-0.14.5-r1_fix-mandir.patch,726 bytes, patch)
2006-07-19 22:58 UTC, hiyuh
Details | Diff
equery's result x11-drivers/synaptics-0.14.5-r1 with this fixing. (equery_files_synaptics-0.14.5-r1_was_fixed.log,1.03 KB, text/plain)
2006-07-19 23:02 UTC, hiyuh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hiyuh 2006-07-19 22:56:06 UTC
0.14.4-r2 patched it to fix for install its man pages' dir localtion.
0.14.5-r1 uses "make install" with MANDIR var, instead of it doesn't do patching.
But it should be MANDIR=${D}/usr/share/man, not MANDIR=${D}/usr/share.
Comment 1 hiyuh 2006-07-19 22:58:55 UTC
Created attachment 92265 [details, diff]
a diff ebuild for x11-drivers/syynaptics-0.14.5-r1 to fix MANDIR

For use MANDIR=${D}/usr/share/man, instead of MANDIR=${D}/usr/share.
Comment 2 hiyuh 2006-07-19 23:02:30 UTC
Created attachment 92267 [details]
equery's result x11-drivers/synaptics-0.14.5-r1 with this fixing.

Its man pages should be installed like this, IMHO.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2006-11-02 16:00:37 UTC
fixed with the commit of bug 144308 - sorry for the delay.