summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMCJack1232019-12-16 18:42:00 -0500
committerMCJack1232019-12-16 18:42:00 -0500
commitc57282c6c00456a06e53eb3ca772780bef6e5071 (patch)
treeaf1c89667f50e4e705c23a1b2c67b9084afb0d94
parentb2719e6e315973f57cc8c9aa800a7e761d8b398c (diff)
downloadaur-c57282c6c00456a06e53eb3ca772780bef6e5071.tar.gz
v2.2
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c074ae347c7a..c211b384e4a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ prepare() {
build() {
cd "craftos2-$pkgver"
./configure --prefix=/usr
- make plugin-linux
+ make linux-plugin
}
check() {