Commit 2ceb00fd authored by Seblu's avatar Seblu
Browse files

Fix typo and add message

parent 664a687e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ prepare() {
  rm -rf .git

  # define current build version
  msg2 'Setting kernel build version'
  echo "$(($pkgrel - 1 ))" > .version
}

@@ -77,7 +78,7 @@ package() {
  # disable DEPMOD because it fail due to poor hack in scripts/depmod.sh
  make -s INSTALL_MOD_PATH="$pkgdir/usr" DEPMOD=/bin/true modules_install

  msg2 'Install headers'
  msg2 'Install sources'
  install_sources

  msg2 'Remove firmwares'