diff options
-rwxr-xr-x | recipes/gnome/gdm-2.28.0/gdm | 2 | ||||
-rw-r--r-- | recipes/gnome/gdm_2.28.0.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gnome/gdm-2.28.0/gdm b/recipes/gnome/gdm-2.28.0/gdm index 22ee7d461d..43eae95177 100755 --- a/recipes/gnome/gdm-2.28.0/gdm +++ b/recipes/gnome/gdm-2.28.0/gdm @@ -40,7 +40,7 @@ case "$1" in mkdir -m 01770 /var/log/gdm chown gdm:gdm /var/log/gdm - if [ -e /tmp/.ICE-unix \ ; then + if [ -e /tmp/.ICE-unix ] ; then rm -rf /tmp/.ICE-unix fi diff --git a/recipes/gnome/gdm_2.28.0.bb b/recipes/gnome/gdm_2.28.0.bb index ac5d52505d..1fc5e74f73 100644 --- a/recipes/gnome/gdm_2.28.0.bb +++ b/recipes/gnome/gdm_2.28.0.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Graphical login manager" LICENSE = "GPL" -DEPENDS = "libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb" +DEPENDS = "tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb" -PR = "r2" +PR = "r3" inherit gnome update-rc.d |