mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
gawk: Add tests.
This commit is contained in:
parent
848d423920
commit
24916a991b
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ pre_configure() {
|
|||
# Create symlinks for bins and manpages.
|
||||
sed -i -e "s|\$(LN)|\$(LN_S)|g" Makefile.in doc/Makefile.in
|
||||
}
|
||||
do_check() {
|
||||
make check
|
||||
}
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/bin/awk
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue