summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-07-27 23:43:47 +0100
committerMilk Brewster2020-07-27 23:43:47 +0100
commitad9977e5aedb800a21f96671c9171af71af0768e (patch)
treec3abba1dda33e1e83c1c457013c1317d4c7dfb83
parentedb7db74697dc8c284d93c73f5aad9659f14ffdb (diff)
downloadaur-ad9977e5aedb800a21f96671c9171af71af0768e.tar.gz
fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36fcd673c513..089e0537134a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,13 +34,13 @@ pkgver() {
prepare() {
cd "$pkgname"
- # git submodule update --init
+ git submodule update --init
}
build() {
cd "$pkgname"
# ./configure --prefix=/usr
- # cd Plugin/ && bash build_linux.sh
+ cd Plugin/ && bash build_linux.sh
}
package() {