-
Notifications
You must be signed in to change notification settings - Fork 25
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
Alien::Build::MM: clean_install not called for system installs #417
Comments
I think this was an oversight by myself. For consistency we should do clean_install for system installs too. |
It should just be a case of removing the conditional at Alien-Build/lib/Alien/Build.pm Line 1983 in d53b485
I can PR that. Adding tests is slightly more complicated. It needs to be a share install followed by a share install, and then check the share dir is appropriately cleaned up. I'm not yet sure where to add this. |
There is a test for this, for which the expectations need to be flipped.
|
Possibly not a big issue, but it seems the
clean_install
option is not run when doing a system install.I assume it should?
Example below uses Alien::libtiff given it can be installed as a system dep.
Tested using Ubuntu 20.04.6 LTS with the
libtiff-dev
package installed.The text was updated successfully, but these errors were encountered: