Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / virtualbox-host-modules-arch
Commits: efeeccf1 by Jan Alexander Steffens (heftig) at 2024-12-06T18:43:45+01:00 7.1.4-14: Remove Module.symvers - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = virtualbox-host-modules-arch pkgdesc = Virtualbox host kernel modules for Arch Kernel pkgver = 7.1.4 - pkgrel = 13 + pkgrel = 14 url = https://virtualbox.org/ arch = x86_64 license = GPL ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname='virtualbox-host-modules-arch' pkgver=7.1.4 -pkgrel=13 +pkgrel=14 pkgdesc='Virtualbox host kernel modules for Arch Kernel' arch=('x86_64') url='https://virtualbox.org/' @@ -25,7 +25,7 @@ package(){ _kernver="$(</usr/src/linux/version)" install -Dt "$pkgdir/usr/lib/modules/$_kernver/extramodules" -m0644 \ - vboxhost/${pkgver}_OSE/${_kernver}/${CARCH}/module/* + vboxhost/${pkgver}_OSE/${_kernver}/${CARCH}/module/*.ko # compress each module individually find "${pkgdir}" -name '*.ko' -exec zstd --rm -19 {} + View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/commit/efeeccf1a8304c66c06a633a083de01d8ac1610e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox-host-modules-arch/-/commit/efeeccf1a8304c66c06a633a083de01d8ac1610e You're receiving this email because of your account on gitlab.archlinux.org.