aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cloc/APKBUILD')
-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() {