Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File conflict for cockpit: /usr/lib/firewalld/services/cockpit.xml #8

Open
gjvnq opened this issue Mar 30, 2021 · 0 comments
Open

File conflict for cockpit: /usr/lib/firewalld/services/cockpit.xml #8

gjvnq opened this issue Mar 30, 2021 · 0 comments

Comments

@gjvnq
Copy link

gjvnq commented Mar 30, 2021

I was having some trouble installing cockpit because of this file. I managed to solve this by adding that rm command (3rd line) to the ebuild (cockpit-212.ebuild).

src_install () {
    emake DESTDIR="${D}" install || die "emake install failed"
    rm "${D}"/usr/lib/firewalld/services/cockpit.xml

    rm -rf ${D}/usr/src || die "error on remove src directory"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant