chroot-bash: get rid of /usr/lib/bash too.
Those are examples and not necessary for chroot ops.
This commit is contained in:
parent
3cf08a1680
commit
74c909126f
1 changed files with 1 additions and 1 deletions
|
@ -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,include} ${DESTDIR}/usr/lib/pkgconfig/bash.pc
|
rm -rf ${DESTDIR}/usr/{lib,share,include} ${DESTDIR}/usr/lib/pkgconfig/bash.pc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue