mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
kbd: add tests.
This commit is contained in:
parent
bbce70e756
commit
885dfee37c
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ pre_configure() {
|
||||||
$XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/main/kbd/error.h
|
$XBPS_FETCH_CMD http://git.alpinelinux.org/cgit/aports/plain/main/kbd/error.h
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
do_check() {
|
||||||
|
make check
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove keymaps for sun, amiga and atari.
|
# Remove keymaps for sun, amiga and atari.
|
||||||
for f in sun amiga atari; do
|
for f in sun amiga atari; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue