diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-04-03 08:56:49 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-04-03 21:21:16 +0200 |
commit | 24915ff078d4a050cc2168f89080a685d6a4fe29 (patch) | |
tree | 91757ecc378b941e2cb23326723d8cdec2a18944 /community/cloc | |
parent | 962fb9c8f8d8e47e70c8d409f636c723dda8146d (diff) | |
download | aports-24915ff078d4a050cc2168f89080a685d6a4fe29.tar.bz2 aports-24915ff078d4a050cc2168f89080a685d6a4fe29.tar.xz |
community/cloc: fix test invocation
Diffstat (limited to 'community/cloc')
-rw-r--r-- | community/cloc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/cloc/APKBUILD b/community/cloc/APKBUILD index 32db2c5142..d0fe7e4953 100644 --- a/community/cloc/APKBUILD +++ b/community/cloc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=cloc pkgver=1.72 -pkgrel=1 +pkgrel=2 pkgdesc="Count lines of code" url="https://github.com/AlDanial/cloc" arch="noarch" @@ -19,7 +19,7 @@ build() { } check() { - make -C "$builddir"/Unix + make -C "$builddir"/Unix test } package() { |