| Summary: | net-misc/cmst-2015.12.03 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ben Kohler <bkohler> |
| Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bkohler |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ben Kohler
2015-12-06 18:34:23 UTC
I just noticed that this package installs an unneeded license file, I think something like this simple fix would be ok if we wanted to clean that up along with the version bump:
--- a/net-misc/cmst/cmst-2015.12.03.ebuild
+++ b/net-misc/cmst/cmst-2015.12.03.ebuild
@@ -38,4 +38,5 @@ src_configure() {
src_install() {
emake INSTALL_ROOT="${D}" install
+ rm -r "${D}"/usr/share/licenses || die failed to rm /usr/share/licenses
}
|