Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / kmod
Commits: 5c47a728 by Christian Hesse at 2024-08-22T15:18:02+02:00 upgpkg: 33-2: revert the change for module-directory Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/kmod/-/issues/3 Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/kmod/-/commit/0efd732cb78bc0b7851a8367f4dc8e6933f5b99d Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/kmod/-/merge_requests/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = kmod pkgdesc = Linux kernel module management tools and library pkgver = 33 - pkgrel = 1 + pkgrel = 2 url = https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git arch = x86_64 license = LGPL-2.1-or-later ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=kmod pkgver=33 -pkgrel=1 +pkgrel=2 pkgdesc="Linux kernel module management tools and library" arch=('x86_64') url='https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git' @@ -27,9 +27,6 @@ sha256sums=('f5795fe50a747609d70f764244e645cd946074e70a7e51de0f82bd2e4d0612c8' prepare() { cd "${pkgname}" - git cherry-pick -n \ - 590074281e8463128ac92ed2640405cd05b10cb1 - touch libkmod/docs/gtk-doc.make autoreconf --force --install --symlink } @@ -39,7 +36,6 @@ build() { ./configure \ --sysconfdir='/etc' \ - --with-module-directory='/usr/lib/modules' \ --with-xz \ --with-zlib \ --with-zstd \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kmod/-/commit/5c47a72852d7dc90d0f378e2b174be7e33a54abe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kmod/-/commit/5c47a72852d7dc90d0f378e2b174be7e33a54abe You're receiving this email because of your account on gitlab.archlinux.org.
