Commit 25736169 authored by Seblu's avatar Seblu
Browse files

Remove broken symlinks of unneeded architectures

parent 8c543fdd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -135,6 +135,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"