From 91d0b193ea2a99776cd011d397f7c21d422044ec Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 15 Nov 2017 18:36:15 -0200 Subject: [PATCH] bash: add tests. --- srcpkgs/bash/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 4623be14bbd..99433681a89 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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