aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfych2023-02-09 11:40:38 +1100
committerpfych2023-02-09 11:40:38 +1100
commitdd13dfb23b1ed2aba5989a885c21ee0c2ce58985 (patch)
tree996499f0e25c66012bd388d2d8c3fd08d54554a7
parenta3a771f5bc9551e777a50969d8bff21cc3ee3789 (diff)
downloadaur-dd13dfb23b1ed2aba5989a885c21ee0c2ce58985.tar.gz
Fix filesystem permissions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 433e0da18e46..2c373a73631a 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 = 7
+ pkgrel = 8
arch = x86_64
license = GPL3
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index c1ab704098b5..4387e5d98c40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pfych <contact at pfy dot ch>
pkgname=lr2oraja
pkgver=build1696491429
-pkgrel=7
+pkgrel=8
pkgdesc="The latest build of beatoraja, but compiled using LR2 judges and gauges."
arch=('x86_64')
depends=('liberica-jre-8-full-bin')
@@ -49,7 +49,7 @@ package() {
cp beatoraja.jar "$pkgdir/opt/beatoraja/beatoraja.jar"
cp -r skin "$pkgdir/opt/beatoraja"
cp "bokutachiIR-2.2.0.jar" "$pkgdir/opt/beatoraja/ir"
- chmod -R 777 "$pkgdir/opt/beatoraja"
+ chmod -R 755 "$pkgdir/opt/beatoraja"
# Create Desktop entry
cp lr2oraja-icon.png "$pkgdir/usr/share/pixmaps"