summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVisne2024-04-13 13:15:06 +0200
committerVisne2024-04-13 13:15:06 +0200
commite97fad4d504c4fcb0c9903fc7a08b09a627a3cad (patch)
tree10abf21789d39864fe60a135e9eee0f46550fe59
parent517cfa6839fc229a9cc2582a17e3fad050bf095f (diff)
downloadaur-e97fad4d504c4fcb0c9903fc7a08b09a627a3cad.tar.gz
Fix AUR helpers
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1a724d33c3b..0a788531de84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,8 @@ prepare() {
}
build() {
+ export MAVEN_OPTS="$MAVEN_OPTS -Duser.home=$srcdir"
+
cd tuxguitar-$pkgver/desktop/build-scripts/tuxguitar-linux-swt-x86_64
mvn -e clean verify -P native-modules