summaryrefslogtreecommitdiff
path: root/testing/gdm/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-18 21:51:20 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-18 21:51:20 -0300
commitf0a7e44c0037beb1c6cf1c2e25d8de1a9e9393c8 (patch)
tree6dda6d4856970e43904fc1e89cbeeb7157ea9ade /testing/gdm/PKGBUILD
parent78538de96d5d6d9516ae18b68d4c62654eea5278 (diff)
parent6ca29e0c62691c1f3120dda0f6b59dbb86cc9295 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/cppcheck/PKGBUILD
Diffstat (limited to 'testing/gdm/PKGBUILD')
-rw-r--r--testing/gdm/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/gdm/PKGBUILD b/testing/gdm/PKGBUILD
index e6509aa65..bbb3b7622 100644
--- a/testing/gdm/PKGBUILD
+++ b/testing/gdm/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 118402 2011-04-06 16:14:51Z ibiru $
+# $Id: PKGBUILD 119944 2011-04-17 09:10:01Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gdm
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Gnome Display Manager (a reimplementation of xdm)"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -60,4 +60,5 @@ package() {
rmdir "${pkgdir}/var/gdm"
chmod 1770 "${pkgdir}/var/log/gdm"
+ rm -rf "${pkgdir}/var/run"
}