From 8e6b4506cce890c8306ff1577d7ea6fd3d8e7c84 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 31 Mar 2019 02:44:19 -0300 Subject: [PATCH] chroot-util-linux: remove more unused stuff --- srcpkgs/chroot-util-linux/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/chroot-util-linux/template b/srcpkgs/chroot-util-linux/template index 01c2b012523..a0af7931bd7 100644 --- a/srcpkgs/chroot-util-linux/template +++ b/srcpkgs/chroot-util-linux/template @@ -1,16 +1,16 @@ # Template file for 'chroot-util-linux' pkgname=chroot-util-linux version=2.32.1 -revision=1 +revision=2 wrksrc="${pkgname/chroot-/}-${version}" bootstrap=yes build_style=gnu-configure configure_args="--without-ncurses --without-ncursesw --without-udev ---without-systemd --disable-libuuid --disable-libblkid --disable-libmount ---disable-mount --disable-losetup --disable-fsck --disable-partx --disable-uuidd ---disable-mountpoint --disable-fallocate --disable-unshare --disable-nls ---disable-wall --disable-chfn-chsh-password --disable-su --disable-sulogin ---disable-login --disable-runuser --disable-setpriv --disable-libsmartcols + --without-systemd --disable-libuuid --disable-libblkid --disable-libmount + --disable-mount --disable-losetup --disable-fsck --disable-partx --disable-uuidd + --disable-mountpoint --disable-fallocate --disable-unshare --disable-nls + --disable-wall --disable-chfn-chsh-password --disable-su --disable-sulogin + --disable-login --disable-runuser --disable-setpriv --disable-libsmartcols scanf_cv_alloc_modifier=as" makedepends="zlib-devel" short_desc="Miscellaneous linux utilities -- for xbps-src use" @@ -33,4 +33,5 @@ post_install() { rm -rf ${DESTDIR}/sbin rm -rf ${DESTDIR}/usr/sbin rm -rf ${DESTDIR}/usr/share/man + rm -rf ${DESTDIR}/usr/share/bash-completion }