Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pdist Fix excludes for running kernel
With commit baec330 ("pdist: Do not delete running kernel") the removal of the files needed by the running kernel was prevented by adding the relevant drectories to the EXCEPTS array. This worked, however it also prevent pdist from updating delivering any files into the excluded directories, e.g. after an incomplete install by mariuxinstaller. Do not prevent installs and updates of the directories used by the running kernel. Do prevent their removal only.
- Loading branch information