aboutsummaryrefslogtreecommitdiff
path: root/linux/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-10-06 14:25:52 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-10-06 14:25:52 +0000
commitab41d3dd59c8013aa44d1f64f1d2ef4dde65288a (patch)
tree7ba22a638232de4b74d3574c7482b2183eb625c4 /linux/abuild
parentb3e65826e02015ecfff8bf8a3fefbade6b145d34 (diff)
downloadalicelinux-ab41d3dd59c8013aa44d1f64f1d2ef4dde65288a.tar.gz
alicelinux-ab41d3dd59c8013aa44d1f64f1d2ef4dde65288a.zip
Woodpecker CI 0550e84f8f19424b5c1d77d476abd6d40ea65ddf [SKIP CI]
Diffstat (limited to 'linux/abuild')
-rw-r--r--linux/abuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/abuild b/linux/abuild
index 2e162bcc..bbdfad23 100644
--- a/linux/abuild
+++ b/linux/abuild
@@ -1,5 +1,5 @@
name=linux
-version=6.12.45
+version=6.12.50
release=1
source="https://cdn.kernel.org/pub/$name/kernel/v6.x/$name-$version.tar.xz
dotconfig
@@ -77,4 +77,7 @@ build() {
# remove now broken symlinks
find -L $PKG/lib/modules/$kernver/build -type l -exec rm -f "{}" \;
+
+ mv $PKG/lib/modules/$kernver $PKG/lib/modules/linux
+ ln -s linux $PKG/lib/modules/$kernver
}