diff options
Diffstat (limited to 'community/lxdm/PKGBUILD')
-rw-r--r-- | community/lxdm/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD index 0b729267c..1a9e48db5 100644 --- a/community/lxdm/PKGBUILD +++ b/community/lxdm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 70485 2012-05-09 14:58:36Z bpiotrowski $ +# $Id: PKGBUILD 72159 2012-06-09 08:34:59Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: kiefer <jorgelmadrid@gmail.com> pkgname=lxdm pkgver=0.4.1 -pkgrel=10 +pkgrel=11 pkgdesc="Lightweight Display Manager (part of LXDE)" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/lxdm/" @@ -54,4 +54,7 @@ package() { # fix the greeter location sed -i -e "s/local\/libexec/lib\/lxdm/" ${pkgdir}/etc/lxdm/lxdm.conf + + # avoid conflict with filesystem>=2012.06 + rm -r "$pkgdir/var/run" } |