mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
chroot-util-linux: update to 2.38.1.
This commit is contained in:
parent
dfd1f5198a
commit
b02e8c6ba1
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-util-linux'
|
# Template file for 'chroot-util-linux'
|
||||||
pkgname=chroot-util-linux
|
pkgname=chroot-util-linux
|
||||||
version=2.32.1
|
version=2.38.1
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-ncurses --without-ncursesw --without-udev
|
configure_args="--without-ncurses --without-ncursesw --without-udev
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||||
distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.*}/util-linux-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.*}/util-linux-${version}.tar.xz"
|
||||||
checksum=86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2
|
checksum=60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f
|
||||||
conflicts="util-linux>=0"
|
conflicts="util-linux>=0"
|
||||||
provides="util-linux-${version}_${revision}"
|
provides="util-linux-${version}_${revision}"
|
||||||
repository=bootstrap
|
repository=bootstrap
|
||||||
|
@ -32,6 +32,7 @@ post_install() {
|
||||||
rm -rf ${DESTDIR}/bin
|
rm -rf ${DESTDIR}/bin
|
||||||
rm -rf ${DESTDIR}/sbin
|
rm -rf ${DESTDIR}/sbin
|
||||||
rm -rf ${DESTDIR}/usr/sbin
|
rm -rf ${DESTDIR}/usr/sbin
|
||||||
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
rm -rf ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/man
|
||||||
rm -rf ${DESTDIR}/usr/share/bash-completion
|
rm -rf ${DESTDIR}/usr/share/bash-completion
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue