summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorC0rn3j2020-01-15 15:15:24 +0100
committerC0rn3j2020-01-15 15:15:24 +0100
commitb150193c9bcbc2a2e5b276890caa9f11ebe70411 (patch)
treec3e147263d85473e28757694c1b3d4e832dff285
parent6e3ec6ffa998473f70db0cd2eca413c94fbb1a73 (diff)
downloadaur-b150193c9bcbc2a2e5b276890caa9f11ebe70411.tar.gz
fix missing make command
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65500022247b..49ed55e1c259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,7 @@ build() {
make
cd qt
qmake bloody.pro -spec linux-g++ CONFIG+=qtquickcompiler
+ make
}
package() {