net-vpn/amneziawg-linux-kernel-module: update ebuild

This commit is contained in:
Alexander Miroshnichenko 2024-10-25 17:32:25 +03:00
parent acd9ae18ed
commit 6ac56e5578
Signed by: alex
GPG Key ID: E93720C6C73A77F4
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
DIST amneziawg-linux-kernel-module-1.0.20241023.tar.gz 415325 BLAKE2B e56448d1793c060b57a8dece6d17f6fa372ac6b6242290ed87d777105876e228ed682b59f6f11eedeb7fc415bb35c48bfe82ecec99bc171175864be0a6ba39d2 SHA512 2154f749d91adc2be185a02b58a6b20a079b3985277b8cb874b4affda00bfaabe949e01088c157d71e7d4a6e2e073f07e9dc370d8165465156f30ed8c9178a25
EBUILD amneziawg-linux-kernel-module-1.0.20241023.ebuild 3199 BLAKE2B 47ac8cbae4b78912484d74fd3cbef5a859a989993d83a7ce1d426caed6211c062c8da0a21cad2289f42fd46547d0fd8fa5a2815f68eea55775ecd736c588b93f SHA512 9653931f27333cd6767e165aaca15372d2b0ac56f933c38f08bd9df73ef396a1772767089aeb415ab7b7e40af07fa8ea6b3f3786d38b635a01fe8fb03a940a29
EBUILD amneziawg-linux-kernel-module-1.0.20241023.ebuild 3358 BLAKE2B 283a5d1c865fce52aa2f1867c0172582d02ae629128c6251599d54b2955c59cfa280db7a03c2dbb3e204d4abf57941029c219f867faa669c387086fbfebe4ef6 SHA512 eecd48c09788bfc3b701068575fb7211d4b81dc475f02b5a4800e3384a3eda05c9869a6a155991f8aef76f802c2e961b8a81e2c9cfc54cb4096a726a4d2c43a7

View File

@ -37,9 +37,9 @@ src_prepare() {
default
cd src
sed -i "s@^KERNELRELEASE ?= .*@KERNELRELEASE ?= ${KV_FULL}@" Makefile
ln -s /usr/src/linux kernel
emake apply-patches || die
sed -i "s@^KERNELRELEASE ?= .*@KERNELRELEASE ?= ${KV_FULL}@" Makefile || die "Fail to set desired kernel verion in the Makefile"
ln -s "${KV_DIR}" kernel || die "Creation link to kernel sources directory fail"
emake apply-patches || die "Fail to apply amnezia patches over wireguard"
}
src_compile() {