mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
chroot-bash: remove usr/include and usr/share/pkgconfig/bash.pc
This commit is contained in:
parent
308e8386fa
commit
fdf0e92952
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ pkgname=chroot-bash
|
||||||
_bash_distver=5.0
|
_bash_distver=5.0
|
||||||
_bash_patchlevel=003
|
_bash_patchlevel=003
|
||||||
version="${_bash_distver}.${_bash_patchlevel}"
|
version="${_bash_distver}.${_bash_patchlevel}"
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="bash-${_bash_distver}"
|
wrksrc="bash-${_bash_distver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# need 'bash_cv_termcap_lib=gnutermcap' in order to force bash to use the
|
# need 'bash_cv_termcap_lib=gnutermcap' in order to force bash to use the
|
||||||
|
@ -32,5 +32,5 @@ pre_configure() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
ln -s bash ${DESTDIR}/usr/bin/sh
|
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…
Add table
Reference in a new issue