summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilman M. Jaeschke2023-01-31 06:54:06 +0100
committerTilman M. Jaeschke2023-01-31 06:54:06 +0100
commitcf22ff0955f3fc404072a1dc6fe492d0a5b53d95 (patch)
treeaebe2f1e52245d8867fb67f3d07983554b48cf56
parentd75e4c67e05ec424a82756a073580de7589a5450 (diff)
downloadaur-cf22ff0955f3fc404072a1dc6fe492d0a5b53d95.tar.gz
updated PKGBUILD
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d4805a70566..607aee33901b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,10 @@ conflicts=(libretro-scummvm)
source=(git+https://github.com/libretro/scummvm.git)
sha256sums=(SKIP)
+# Where the datafiles will be installed
_sysdir=/home/player/.config/retroarch/system
+
+# Who will own them (user:group)
_sysown=player:player
prepare() {