Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/linux-pae
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-02-29 17:49:07 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-02-29 17:49:07 +0100
commit8c2b49544996162937bfdc319a96f2a44242e0b7 (patch)
tree73b2135b257f416b1e3ba0ed4498f3d710b81249 /extra/linux-pae
parentecedb35b3ad6044fd11fe5e90650143186e38a24 (diff)
extra/linux-pae: removing kernel build and source link independend on _kernver (which contains the Arch32 build number)
Diffstat (limited to 'extra/linux-pae')
-rw-r--r--extra/linux-pae/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD
index 9a833a85..7cc9f305 100644
--- a/extra/linux-pae/PKGBUILD
+++ b/extra/linux-pae/PKGBUILD
@@ -106,7 +106,7 @@ _package() {
install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modules/${_extramodules}/version"
# remove build and source links
- rm "${pkgdir}"/usr/lib/modules/${_kernver}/{source,build}
+ rm "${pkgdir}"/usr/lib/modules/*/{source,build}
# now we call depmod...
depmod -b "${pkgdir}/usr" -F System.map "${_kernver}"