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

Uninstall does not remove installed folders #8543

Closed
tank-trax opened this issue Mar 16, 2021 · 2 comments
Closed

Uninstall does not remove installed folders #8543

tank-trax opened this issue Mar 16, 2021 · 2 comments

Comments

@tank-trax
Copy link

Apparently meson-uninstall will only remove files but will leave created folders

Referencing this issue and this

@eli-schwartz
Copy link
Member

It works fine for me. meson will only remove it if that directory did NOT exist during meson install, and therefore meson actually created the directory.

ninja uninstall might also report that it tried and failed to remove the directory, if it was not empty at the time.

@tank-trax
Copy link
Author

I am still encountering this issue... meson/ninja does not appear to be removing folders that have had more than one file put in them (specifically LV2 plugins), it removes the files but not the folder for multiple LV2 instances

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

2 participants