Skip to content

Nicer cleanup

Benjamin Winger requested to merge bmwinger/portmod:nice_cleanup into master

Removed deletion of TMP_DIR in its entirety and made mod installation clean up after itself. The deletion of the TMP_DIR when the main script runs has been bothering me for a while, particularly since it means that you can't run multiple instances of omwmerge simultaneously.

Now we remove mod build directories when we no longer need them, unless --debug is passed on the command line.

Merge request reports