From 5f58bca8101de83133b8bd46c6f3a586c2453873 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sun, 28 Aug 2022 17:14:03 +0100 Subject: [PATCH] modeltest-gui: fix typo --- BioArchLinux/modeltest-gui/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BioArchLinux/modeltest-gui/PKGBUILD b/BioArchLinux/modeltest-gui/PKGBUILD index a830dc2cec..a93c8e7289 100644 --- a/BioArchLinux/modeltest-gui/PKGBUILD +++ b/BioArchLinux/modeltest-gui/PKGBUILD @@ -19,7 +19,7 @@ prepare(){ build(){ cd ${srcdir}/modeltest/ mkdir build && cd build - cmake cmake -DUSE_GUI=ON .. + cmake -DUSE_GUI=ON .. make } package() {