bash: add tests.
This commit is contained in:
parent
5f006df0f5
commit
91d0b193ea
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ pre_configure() {
|
|||
msg_normal " Applying patch bash${ver}-$p.\n"
|
||||
done
|
||||
}
|
||||
do_check() {
|
||||
make tests
|
||||
}
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/usr/share/doc
|
||||
ln -s bash ${DESTDIR}/usr/bin/rbash
|
||||
|
|
Loading…
Reference in a new issue