summaryrefslogtreecommitdiff
path: root/community/ltris/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ltris/PKGBUILD')
-rw-r--r--community/ltris/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/ltris/PKGBUILD b/community/ltris/PKGBUILD
index 25569c0ba..a35b71eda 100644
--- a/community/ltris/PKGBUILD
+++ b/community/ltris/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 100352 2013-11-02 15:47:29Z jlichtblau $
+# $Id: PKGBUILD 102907 2013-12-23 20:48:51Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: SmackleFunky <smacklefunky@optusnet.com.au>
pkgname=ltris
pkgver=1.0.19
-pkgrel=1
+pkgrel=2
pkgdesc="A tetris clone where you have a bowl with blocks falling down"
arch=('i686' 'x86_64')
url="http://lgames.sourceforge.net/index.php?project=LTris"
@@ -31,4 +31,6 @@ package() {
install -d ${pkgdir}/usr/share/pixmaps
install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
+#FS#37951 fix
+ chmod 775 ${pkgdir}/var/games
}