summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastien Duthil2016-07-21 17:31:54 -0400
committerSebastien Duthil2016-07-21 17:31:54 -0400
commitf99c3f542def695474b4012faefa477770766ad5 (patch)
treeb02d489f1704d038823f9036447673a21479c129 /PKGBUILD
parent8896f080e7c684138a309cab50683e0618ecb3f5 (diff)
downloadaur-f99c3f542def695474b4012faefa477770766ad5.tar.gz
fix unzip command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1bdb78b1ef1..8ab7b4da598c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rimworld
pkgver=0.14.1238 # see ${srcdir}/Version.txt
-pkgrel=1
+pkgrel=2
pkgdesc="A sci-fi colony simulation game driven by an intelligent AI storyteller."
arch=('i686' 'x86_64')
url="http://rimworldgame.com/"
@@ -46,7 +46,7 @@ build() {
# unpack game zipfile
msg "Found game package, unpacking..."
- unzip -u "${pkgpath}/${_gamepkg}" -d "${srcdir}" -x 'RimWorld1234Linux/Mods/Core/Languages/Russian/*RimWorld/*'
+ unzip -u "${pkgpath}/${_gamepkg}" -d "${srcdir}" -x 'RimWorld*Linux/Mods/Core/Languages/Russian/*RimWorld/*'
}
package() {