Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 139537

Summary: html401 don't create correct directory structure
Product: Gentoo Linux Reporter: Roberto Castagnola <roberto.castagnola>
Component: New packagesAssignee: Gentoo SGML project <sgml>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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