From 74c909126f7e4c376ed42d85f58c6ed8b998df38 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2020 10:25:04 +0100 Subject: [PATCH] chroot-bash: get rid of /usr/lib/bash too. Those are examples and not necessary for chroot ops. --- srcpkgs/chroot-bash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index 8437286647e..97b8a9be81f 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -32,5 +32,5 @@ pre_configure() { post_install() { ln -s bash ${DESTDIR}/usr/bin/sh - rm -rf ${DESTDIR}/usr/{share,include} ${DESTDIR}/usr/lib/pkgconfig/bash.pc + rm -rf ${DESTDIR}/usr/{lib,share,include} ${DESTDIR}/usr/lib/pkgconfig/bash.pc }