update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 48c1db7447 - Show all commits
@@ -1,10 +1,10 @@
pkgname="man-pages"
pkgver="6.9.1"
pkgver="6.12"
pkgdesc="Linux man pages"
license=("GPL2")
sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://www.kernel.org/pub/linux/docs/man-pages/man-pages-6.9.1.tar.xz")
md5sums=("4d56775b6cce4edf1e496249e7c01c1a")
urls=("https://www.kernel.org/pub/linux/docs/man-pages/${sources[0]}")
md5sums=("44de430a598605eaba3e36dd43f24298")
distdir=${distdir}
@@ -22,5 +22,5 @@ src_build() {
}
src_install() {
make prefix=/usr DESTDIR="$pkgdir" install
make -R GIT=false prefix=/usr DESTDIR="$pkgdir" install
}