aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfych2023-02-09 11:38:12 +1100
committerpfych2023-02-09 11:38:12 +1100
commita3a771f5bc9551e777a50969d8bff21cc3ee3789 (patch)
tree85be941395f8568ca71195efef4cdec3f83f52b5
parent1928cadc5d9f2a016acf73fb20d1868c86c12446 (diff)
downloadaur-a3a771f5bc9551e777a50969d8bff21cc3ee3789.tar.gz
Create symlink
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 011635a256ec..433e0da18e46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lr2oraja
pkgdesc = The latest build of beatoraja, but compiled using LR2 judges and gauges.
pkgver = build1696491429
- pkgrel = 6
+ pkgrel = 7
arch = x86_64
license = GPL3
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index fa3fc3dac366..c1ab704098b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,6 +64,9 @@ package() {
echo "Categories=Games;" >> "$desktopEntry"
echo "Icon=lr2oraja-icon" >> "$desktopEntry"
+ # Create config symlink
+ ln -s "$pkgdir/opt/beatoraja" "$XDG_CONFIG_HOME/beatoraja"
+
# Install LR2oraja
install -D beatoraja.sh "$pkgdir/usr/bin/beatoraja"
}