012-kernel_build_check.patch 210 B

1234567891011
  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -2,7 +2,7 @@
  4. # Makefile for the output source package
  5. #
  6. -ifeq ($(KERNELRELEASE),)
  7. +ifeq ($(KERNELVERSION),)
  8. MAKEFLAGS += --no-print-directory
  9. SHELL := /usr/bin/env bash