aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloc
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-04-03 08:56:49 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2017-04-03 21:21:16 +0200
commit24915ff078d4a050cc2168f89080a685d6a4fe29 (patch)
tree91757ecc378b941e2cb23326723d8cdec2a18944 /community/cloc
parent962fb9c8f8d8e47e70c8d409f636c723dda8146d (diff)
downloadaports-24915ff078d4a050cc2168f89080a685d6a4fe29.tar.bz2
aports-24915ff078d4a050cc2168f89080a685d6a4fe29.tar.xz
community/cloc: fix test invocation
Diffstat (limited to 'community/cloc')
-rw-r--r--community/cloc/APKBUILD4
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() {