From a5a13a80c176d203b49edb1592e5e315dbcd0278 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 10 Jul 2020 08:15:49 -0700 Subject: Remove reflink --- PKGBUILD | 8 ++++---- 1 file 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 -- cgit v1.2.1