From fdf0e929525f0522d29898a85a95b50805e887bd Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 29 Mar 2019 16:31:31 -0300 Subject: [PATCH] chroot-bash: remove usr/include and usr/share/pkgconfig/bash.pc --- srcpkgs/chroot-bash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index 913909a3357..9ce5c2cd5d7 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -3,7 +3,7 @@ pkgname=chroot-bash _bash_distver=5.0 _bash_patchlevel=003 version="${_bash_distver}.${_bash_patchlevel}" -revision=1 +revision=2 wrksrc="bash-${_bash_distver}" build_style=gnu-configure # need 'bash_cv_termcap_lib=gnutermcap' in order to force bash to use the @@ -32,5 +32,5 @@ pre_configure() { post_install() { ln -s bash ${DESTDIR}/usr/bin/sh - rm -rf ${DESTDIR}/usr/share + rm -rf ${DESTDIR}/usr/{share,include} ${DESTDIR}/usr/lib/pkgconfig/bash.pc }