aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfych2023-02-09 00:19:34 +1100
committerpfych2023-02-09 00:19:34 +1100
commit0dd74eff46cc33e8ea3c6e08443e676f1e4978e9 (patch)
tree07afcde5009e965162c16a3a4437f80d369504a5
parent51e6037e25314f5dc3e024d5d934a61d5d7004e8 (diff)
downloadaur-0dd74eff46cc33e8ea3c6e08443e676f1e4978e9.tar.gz
Refer to correct install location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4431f4d0ec7a..f61b665e8a45 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 = 5
+ pkgrel = 6
arch = x86_64
license = GPL3
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index 2b15c08cbf18..462ccde97cc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pfych <contact at pfy dot ch>
pkgname=lr2oraja
pkgver=build1696491429
-pkgrel=5
+pkgrel=6
pkgdesc="The latest build of beatoraja, but compiled using LR2 judges and gauges."
arch=('x86_64')
depends=('liberica-jre-8-full-bin')
@@ -42,9 +42,6 @@ package() {
cp -r skin "$pkgdir/opt/beatoraja"
chmod -R 777 "$pkgdir/opt/beatoraja"
- # Update start script to refer to correct pkg location
- sed -i "s#/opt/beatoraja#$pkgdir/opt/beatoraja#g" "$srcdir/beatoraja.sh"
-
# Create Desktop entry
cp lr2oraja-icon.png "$pkgdir/usr/share/pixmaps"
desktopEntry="$pkgdir/usr/share/applications/lr2oraja.desktop"
@@ -52,7 +49,7 @@ package() {
echo "[Desktop Entry]" >> "$desktopEntry"
echo "Type=Application" >> "$desktopEntry"
echo "Terminal=true" >> "$desktopEntry"
- echo "Exec=$pkgdir/usr/bin/beatoraja" >> "$desktopEntry"
+ echo "Exec=/usr/bin/beatoraja" >> "$desktopEntry"
echo "Version=$pkgver" >> "$desktopEntry"
echo "Name=LR2oraja" >> "$desktopEntry"
echo "Categories=Games;" >> "$desktopEntry"