Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 3 years ago
parent
commit
916ebfdc04
1 changed files with 2 additions and 1 deletions
  1. 2 1
      PKGBUILD

+ 2 - 1
PKGBUILD

@@ -19,7 +19,8 @@ prepare() {
 }
 build() {
 	cd "$srcdir/build";
-    cmake "$srcdir/$pkgname";
+	cmake "$srcdir/$pkgname";
+	make;
 }
 package() {
 	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"