Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/linux-lts/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-10-19 13:49:17 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-10-19 13:49:17 +0200
commit731c582b3f05d337e0242dc7ea4b81de10184d94 (patch)
tree4e943cb2e736f1244744d4689974c49589f5799b /core/linux-lts/PKGBUILD
parentb93f7e023b8a7db34bb45bc5e3da4b0e24f85956 (diff)
core/linux-lts: using install for Makefile_32.cpu instead of cp
Diffstat (limited to 'core/linux-lts/PKGBUILD')
-rw-r--r--core/linux-lts/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/linux-lts/PKGBUILD b/core/linux-lts/PKGBUILD
index 9563f285..bbc75254 100644
--- a/core/linux-lts/PKGBUILD
+++ b/core/linux-lts/PKGBUILD
@@ -11,6 +11,6 @@ eval "$(
declare -f package_linux-lts-headers | \
sed '
\,/tools/objtool" ,d
- \,arch/x86/Makefile,a cp arch/x86/Makefile_32.cpu "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/x86/"
+ \,arch/x86/Makefile,a install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile_32.cpu
'
)"