Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268457 - sys-libs/freeipmi bad rm usage in src_install
Summary: sys-libs/freeipmi bad rm usage in src_install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Sysadmin Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-03 15:47 UTC by Markus Meier
Modified: 2009-10-01 10:09 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 Markus Meier gentoo-dev 2009-05-03 15:47:55 UTC
instead of the following line,
rm /usr/share/doc/${PF}/COPYING* /usr/share/doc/${PF}/INSTALL

something like that should be used:
rm "${D}"/usr/share/doc/${PF}/COPYING* "${D}"/usr/share/doc/${PF}/INSTALL
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-10-01 10:09:49 UTC
Fixed.