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

missing rule for uninstalling conky installed from source #1068

Closed
freddii opened this issue Mar 2, 2021 · 1 comment
Closed

missing rule for uninstalling conky installed from source #1068

freddii opened this issue Mar 2, 2021 · 1 comment
Labels
enhancement suggests alteration of existing functionality to better support different use cases good first issue straightforward enough for first-time contributors to be able to implement themselves

Comments

@freddii
Copy link
Contributor

freddii commented Mar 2, 2021

Issue

i am trying to uninstall my previous installed conky from source with:
sudo make uninstall
but make is complaining that there is no rule for uninstalling.

@brndnmtthws
Copy link
Owner

This is a limitation of CMake (though it is possible to add a custom uninstall target):

https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake

@brndnmtthws brndnmtthws added enhancement suggests alteration of existing functionality to better support different use cases good first issue straightforward enough for first-time contributors to be able to implement themselves labels Mar 3, 2021
cha-ku added a commit to cha-ku/conky that referenced this issue May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement suggests alteration of existing functionality to better support different use cases good first issue straightforward enough for first-time contributors to be able to implement themselves
Projects
None yet
Development

No branches or pull requests

2 participants