summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-10 08:15:49 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-10 08:15:49 -0700
commita5a13a80c176d203b49edb1592e5e315dbcd0278 (patch)
treed82c944f3844af4e884d4d7a519b3e4cc5313809
parentUpdated to 5.7.8.a (diff)
downloadlinux-libre-hardened-a5a13a80c176d203b49edb1592e5e315dbcd0278.tar.xz
Remove reflink
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c61f608..ae1ce1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -132,7 +132,7 @@ prepare() {
# if [ -f ${SRCDEST}/config.libre-hardened.previous ]; then
# cp ${SRCDEST}/config.libre-hardened.previous .config
# else
- cp --reflink ../config .config
+ cp ../config .config
# fi
make olddefconfig
@@ -208,7 +208,7 @@ _package-headers() {
localversion.* version vmlinux
install -Dt "$builddir/kernel" -m644 kernel/Makefile
install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile
- cp --reflink -t "$builddir" -a scripts
+ cp -t "$builddir" -a scripts
# add objtool for external module building and enabled VALIDATION_STACK option
if [[ -e tools/objtool/objtool ]]; then
@@ -219,8 +219,8 @@ _package-headers() {
mkdir -p "$builddir"/{fs/xfs,mm}
echo "Installing headers..."
- cp --reflink -t "$builddir" -a include
- cp --reflink -t "$builddir/arch/x86" -a arch/x86/include
+ cp -t "$builddir" -a include
+ cp -t "$builddir/arch/x86" -a arch/x86/include
install -Dt "$builddir/arch/x86/kernel" -m644 arch/x86/kernel/asm-offsets.s
install -Dt "$builddir/drivers/md" -m644 drivers/md/*.h