summaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/angstrom-gdm-autologin-hack.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/angstrom/angstrom-gdm-autologin-hack.bb')
-rw-r--r--recipes/angstrom/angstrom-gdm-autologin-hack.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/angstrom/angstrom-gdm-autologin-hack.bb b/recipes/angstrom/angstrom-gdm-autologin-hack.bb
index 5c5d7e8172..c110af2ce5 100644
--- a/recipes/angstrom/angstrom-gdm-autologin-hack.bb
+++ b/recipes/angstrom/angstrom-gdm-autologin-hack.bb
@@ -1,4 +1,5 @@
DESCRIPTION = "Append Autologin to GDM config (custom.conf)"
+PR = "r1"
PACKAGE_ARCH = "all"
ALLOW_EMPTY_${PN} = "1"
@@ -7,7 +8,7 @@ pkg_postinst_${PN}() {
#!/bin/sh
grep "TimedLogin" $D/etc/gdm/custom.conf
if [ $? -eq 0 ]; then
- echo "NOTE:: custom.conf already has 'TimedLogin' configured - not patching
+ echo "NOTE:: custom.conf already has 'TimedLogin' configured - not patching"
else
cat >> $D/etc/gdm/custom.conf <<EOF