Commit 337bd2f6 authored by Seblu's avatar Seblu
Browse files

Remove broken symlinks of unneeded architectures

parent 85455137
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"