mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
chroot-util-linux: remove more unused stuff
This commit is contained in:
parent
91dba7fbac
commit
8e6b4506cc
1 changed files with 7 additions and 6 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.32.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname/chroot-/}-${version}"
|
wrksrc="${pkgname/chroot-/}-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -33,4 +33,5 @@ post_install() {
|
||||||
rm -rf ${DESTDIR}/sbin
|
rm -rf ${DESTDIR}/sbin
|
||||||
rm -rf ${DESTDIR}/usr/sbin
|
rm -rf ${DESTDIR}/usr/sbin
|
||||||
rm -rf ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/man
|
||||||
|
rm -rf ${DESTDIR}/usr/share/bash-completion
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue