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

replace rm with find because of script failure in case .orig files were not created because of the configuration of patch #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Supersonic112
Copy link

Fedora 41 apparently has patch configured to not create .orig files when applying a patch. This pull request replaces rm *.orig (which returns an error code when no file can be matched) in the prepare-for-current-kernel.sh script with a find command that will still remove any .orig files in the main directory if they exist, but if there are none, it will allow the script to continue.

…re not created because of the configuration of patch
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

Successfully merging this pull request may close these issues.

1 participant