From 0c669e71071f93a171a9c649ef55a00897237475 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 3 Feb 2018 20:25:57 +0100 Subject: core/linux-lts: hopefully fix the "cp ...Makefile_32.cpu" command --- core/linux-lts/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/linux-lts/PKGBUILD b/core/linux-lts/PKGBUILD index 980a1630..17831716 100644 --- a/core/linux-lts/PKGBUILD +++ b/core/linux-lts/PKGBUILD @@ -7,6 +7,6 @@ eval "$( declare -f package_linux-lts-headers | \ sed ' \,/tools/objtool" ,d - s,^\(.*/x86\/Makefile\)\(.*\)$,\1\2\n\132\2, + \,arch/x86/Makefile,a cp arch/x86/Makefile_32.cpu "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/x86/" ' )" -- cgit v1.2.3