Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 248446
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Fernando J. Pereda (RETIRED) <ferdy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Johan Hovold <jhovold@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
git-1.5.6.4.ebuild.patch Patch to make the ebuild override htmldir patch Johan Hovold 2008-11-23 18:19 0000 444 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 248446 depends on: Show dependency tree
Bug 248446 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-11-23 18:14 0000
git-help expects html docs in /usr/share/doc/git-doc but the ebuild installs it
to a non-standard location (e.g. /usr/share/doc/git-1.5.6.4/html).


Reproducible: Always

Steps to Reproduce:
1. $ git help -w clone


Actual Results:  
fatal: '/usr/share/doc/git-doc': not a documentation directory.

Expected Results:  
file:///usr/share/doc/git-1.5.6.4/html/git-clone.html is opened in a web
browser.

The html doc path is set at compile time using the GIT_HTML_PATH define. A
non-standard location can be set by overriding the htmldir variable in the
Makefile.

------- Comment #1 From Johan Hovold 2008-11-23 18:19:14 0000 -------
Created an attachment (id=173049) [details]
Patch to make the ebuild override htmldir

This patch makes the ebuild override htmldir with the correct path.

------- Comment #2 From Robin Johnson 2008-11-24 01:09:42 0000 -------
Fixed in git-1.6.0.4-r1

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug