summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-26 21:46:35 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-26 21:46:49 -0500
commit351f9738fddb16def2c8a92178bb875c53a8a6a2 (patch)
tree55b8feeb16518594b99c5029e5a567f3a56b2dfc /system
parent5a45fb5d3dbee332e12b3aa1a6f2f689d6e4a876 (diff)
downloadpackages-351f9738fddb16def2c8a92178bb875c53a8a6a2.tar.gz
packages-351f9738fddb16def2c8a92178bb875c53a8a6a2.tar.bz2
packages-351f9738fddb16def2c8a92178bb875c53a8a6a2.tar.xz
packages-351f9738fddb16def2c8a92178bb875c53a8a6a2.zip
system/console-setup: doesn't have a test suite, no clue
Diffstat (limited to 'system')
-rw-r--r--system/console-setup/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/system/console-setup/APKBUILD b/system/console-setup/APKBUILD
index d0cdbacaf..7ed08c2df 100644
--- a/system/console-setup/APKBUILD
+++ b/system/console-setup/APKBUILD
@@ -6,6 +6,7 @@ pkgrel=0
pkgdesc="Set up console font and keyboard layout"
url="https://salsa.debian.org/installer-team/console-setup"
arch="noarch"
+options="!check" # No test suite.
license="MIT AND GPL-2.0+ AND BSD-3-Clause"
depends="perl"
makedepends="perl"
@@ -23,11 +24,6 @@ build() {
make build-linux
}
-check() {
- cd "$builddir"
- make check
-}
-
package() {
cd "$builddir"
make prefix="$pkgdir/usr" etcdir="$pkgdir/etc" xkbdir= install-linux