summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 605fa5d8b5c1..9ae66aee6a86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=factorio
pkgver=0.12.20
-pkgrel=1
+pkgrel=2
pkgdesc="A 2D game about building and maintaining factories."
arch=('i686' 'x86_64')
url="http://www.factorio.com/"
@@ -58,7 +58,7 @@ package() {
install -d "${pkgdir}/usr/bin"
install -d "${pkgdir}/usr/share/applications"
- install -d "${pkgdir}/usr/share/factorio"
+ install -g games -m 775 -d "${pkgdir}/usr/share/factorio"
install -d "${pkgdir}/usr/share/licenses/factorio"
install -m755 "bin/${__factorio_arch}/factorio" "$pkgdir/usr/bin/factorio"