summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Gorski2022-01-31 21:11:30 +0100
committerPiotr Gorski2022-01-31 21:11:30 +0100
commit1485ce0b81dd5530a16365845f9c7bc6a00384f3 (patch)
tree99534bc483b8c55c1dfdbc8990bc212cf04ea75b /PKGBUILD
parent8abaa2e375858ebd802ba32ec431596523fc5011 (diff)
downloadaur-1485ce0b81dd5530a16365845f9c7bc6a00384f3.tar.gz
Revert "Sync with Arch"
This reverts commit 8abaa2e375858ebd802ba32ec431596523fc5011. Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b2c11ae4ae9..3ef607d58183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,7 @@ _lqxpatchrel=2
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
pkgver=5.16.4.lqx2
-pkgrel=2
+pkgrel=1
pkgdesc='Linux Liquorix'
url='https://liquorix.net/'
arch=(x86_64)
@@ -256,11 +256,11 @@ _package-headers() {
install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile
cp -t "$builddir" -a scripts
- # required when STACK_VALIDATION is enabled
+ # add objtool for external module building and enabled VALIDATION_STACK option
install -Dt "$builddir/tools/objtool" tools/objtool/objtool
- # required when DEBUG_INFO_BTF_MODULES is enabled
- install -Dt "$builddir/tools/bpf/resolve_btfids" tools/bpf/resolve_btfids/resolve_btfids
+ # add xfs and shmem for aufs building
+ mkdir -p "$builddir"/{fs/xfs,mm}
echo "Installing headers..."
cp -t "$builddir" -a include