diff --git a/srcpkgs/linux4.19/template b/srcpkgs/linux4.19/template index 9913f7d0af9..73f620361ac 100644 --- a/srcpkgs/linux4.19/template +++ b/srcpkgs/linux4.19/template @@ -1,7 +1,7 @@ # Template file for 'linux4.19' pkgname=linux4.19 version=4.19.81 -revision=1 +revision=2 wrksrc="linux-${version}" short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Helmut Pozimski " @@ -182,6 +182,8 @@ do_install() { # they need to be copied to ${hdrdest} before this step if [ "$CROSS_BUILD" ]; then make ${makejobs} ARCH=${subarch:-$arch} _mrproper_scripts + # remove host specific objects as well + find scripts -name '*.o' -delete fi # Copy files necessary for later builds, like nvidia and vmware