summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVisne2024-04-13 14:29:09 +0200
committerVisne2024-04-13 14:29:09 +0200
commit22b4c91c96dfef4eeefc0e972a3bc354b15e9dc8 (patch)
tree3210a4414dc02c50524f318f946c5182fd403f43
parent42e67c60701d985d05205f40ebb670bd7230f944 (diff)
downloadaur-22b4c91c96dfef4eeefc0e972a3bc354b15e9dc8.tar.gz
Reorder
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc95e20d807a..c4c22ddd7c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,10 +38,10 @@ prepare() {
}
build() {
- export MAVEN_OPTS="$MAVEN_OPTS -Duser.home=$srcdir"
-
cd tuxguitar-$pkgver/desktop/build-scripts/tuxguitar-linux-swt-x86_64
+ export MAVEN_OPTS="$MAVEN_OPTS -Duser.home=$srcdir"
+
mvn -e clean verify -P native-modules
}