diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-10-19 13:49:17 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-10-19 13:49:17 +0200 |
commit | 731c582b3f05d337e0242dc7ea4b81de10184d94 (patch) | |
tree | 4e943cb2e736f1244744d4689974c49589f5799b /core/linux-lts/PKGBUILD | |
parent | b93f7e023b8a7db34bb45bc5e3da4b0e24f85956 (diff) | |
download | packages-731c582b3f05d337e0242dc7ea4b81de10184d94.tar.xz |
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/PKGBUILD | 2 |
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 ' )" |