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 }