Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139537 - html401 don't create correct directory structure
Summary: html401 don't create correct directory structure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo SGML project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-07 05:00 UTC by Roberto Castagnola
Modified: 2010-09-30 16:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Castagnola 2006-07-07 05:00:01 UTC
html files are installed all in the same directory without creating the correct directory structure.

proposed patch:

--- /usr/portage/app-text/html401/html401-19991224-r2.ebuild    2006-01-15 15:35:26.000000000 +0100
+++ app-text/html401/html401-19991224-r2.ebuild 2006-05-19 11:01:27.000000000 +0200
@@ -27,5 +27,5 @@
        insinto /usr/share/sgml/${PN}
        doins HTML4.cat HTML4.decl *.dtd *.ent
        insinto /etc/sgml
-       dohtml *.html */*
+       dohtml -r *.html $(ls -p | fgrep "/" | sed "s#/##")
 }
Comment 1 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2010-09-30 16:04:53 UTC
after 4 years, fixed, thanks for the patch