Skip to content
Snippets Groups Projects
Commit 337bd2f6 authored by Seblu's avatar Seblu
Browse files

Remove broken symlinks of unneeded architectures

parent 85455137
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,9 @@ install_sources() {
cp Module.symvers "$kernsrc"
cp -a scripts "$kernsrc"
# remove broken symlinks of unneeded architectures in scripts
rm -r "$kernsrc/scripts/dtc/include-prefixes"
# fix permissions on scripts dir
chmod og-w -R "$kernsrc/scripts"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment