From 9d66fae1c047857cad2cbf45dcf41f07fcc44ef0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 29 Apr 2016 09:23:38 +0200 Subject: mkrootfs: ignore rmdir error output. --- mkrootfs.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkrootfs.sh.in b/mkrootfs.sh.in index f4e06a1..096d6e8 100644 --- a/mkrootfs.sh.in +++ b/mkrootfs.sh.in @@ -227,7 +227,7 @@ if [ -n "${_ARCH}" ]; then register_binfmt run_cmd "xbps-reconfigure -r $rootfs base-files" run_cmd "chroot $rootfs env -i xbps-reconfigure -f base-files" - rmdir $rootfs/usr/lib32 + rmdir $rootfs/usr/lib32 2>/dev/null rm -f $rootfs/lib32 $rootfs/lib64 $rootfs/usr/lib64 ;; esac -- cgit 1.4.1