Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 97134
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mr. Bones. <mr_bones_@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: parafin <help@imtrappedininter.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
jargon-4.4.7.ebuild patched ebuild text/plain parafin 2005-06-26 12:22 0000 692 bytes Details
jargon-4.4.7.ebuild finally patched and tested ebuild text/plain parafin 2005-06-27 09:55 0000 697 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 97134 depends on: Show dependency tree
Bug 97134 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: 2005-06-26 12:20 0000
all files in subdirs 0,A..Z has this tag: <link rel="stylesheet" href="../../
jargon.css" type="text/css"/>.
You see that href points to non-existent file, it should be ../jargon.css
Workaround: i'm not sure that this problem exists only in stylesheet links, so 
you can simply add this command to ebuild sed -i 's#\.\./\.\.#..#' ${S}/html/*/*

Reproducible: Always
Steps to Reproduce:
emerge jargon

------- Comment #1 From parafin 2005-06-26 12:22:53 0000 -------
Created an attachment (id=61989) [details]
patched ebuild

line sed -i 's#\.\./\.\.#..#' ${S}/html/*/* added to src_unpack
i haven't yet tested the ebuild, but command works fine.

------- Comment #2 From parafin 2005-06-27 09:55:37 0000 -------
Created an attachment (id=62072) [details]
finally patched and tested ebuild

oops... now it will work. (error was: sed: too long command line) May be it's
better to rewrite sed command using find, but anyway _this_ ebuild works fine.

------- Comment #3 From Mr. Bones. 2005-06-27 12:42:04 0000 -------
ok, in portage.  thanks for the bug report and patch.

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