Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93417 - kernel-2.eclass does not install UNIPATCH_DOCS
Summary: kernel-2.eclass does not install UNIPATCH_DOCS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-21 06:19 UTC by MATSUU Takuto (RETIRED)
Modified: 2005-09-18 10:54 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 MATSUU Takuto (RETIRED) gentoo-dev 2005-05-21 06:19:15 UTC
kernel-2.eclass install $UNIPATCH_DOCS in install_sources:

   463          for doc in ${UNIPATCH_DOCS}; do [[ -f ${doc} ]] && docs="${docs} ${doc}"; done
   464          if [[ -f ${S}/patches.txt ]]; then docs="${docs} ${S}/patches.txt"; fi
   465          use doc && ! use arm && ! use s390 && install_manpages
   466          dodoc ${docs}


But KPATCH_DIR contains UNIPATCH_DOCS has removed in unipatch():

   728          # clean up  KPATCH_DIR's - fixes bug #53610
   729          for x in ${KPATCH_DIR}; do rm -Rf ${x}; done
   730
Comment 1 John Mylchreest (RETIRED) gentoo-dev 2005-09-18 10:54:00 UTC
In a hacky, temporary way this has been fixed in cvs.