chroot-bash: remove usr/include and usr/share/pkgconfig/bash.pc
This commit is contained in:
parent
308e8386fa
commit
fdf0e92952
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue