aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxterminal
diff options
context:
space:
mode:
Diffstat (limited to 'main/lxterminal')
-rw-r--r--main/lxterminal/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lxterminal/APKBUILD b/main/lxterminal/APKBUILD
index c9b22b5bed..dc596b0416 100644
--- a/main/lxterminal/APKBUILD
+++ b/main/lxterminal/APKBUILD
@@ -33,7 +33,7 @@ build() {
check() {
cd "$builddir"
- ./src/lxterminal -v
+ make -C src check
}
package() {