chroot-bash: remove usr/include and usr/share/pkgconfig/bash.pc

This commit is contained in:
maxice8 2019-03-29 16:31:31 -03:00 committed by maxice8
parent 308e8386fa
commit fdf0e92952

View file

@ -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
}