xbps-casper: remove an extra new line that made gdm autologin to fail.
--HG-- branch : gnome3
This commit is contained in:
parent
f5265a2abb
commit
0de22228b6
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ fi
|
|||
# Configure GDM autologin
|
||||
if [ -d /root/etc/gdm ]; then
|
||||
GDMCustomFile=/root/etc/gdm/custom.conf
|
||||
AutologinParameters="AutomaticLoginEnable=true\nAutomaticLogin=$USERNAME\n"
|
||||
AutologinParameters="AutomaticLoginEnable=true\nAutomaticLogin=$USERNAME"
|
||||
|
||||
# Prevent from updating if parameters already present (persistent usb key)
|
||||
if ! `grep -qs 'AutomaticLoginEnable' $GDMCustomFile` ; then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-casper'
|
||||
pkgname=xbps-casper
|
||||
_localver=0.13 # XBPS package version
|
||||
_localver=0.14 # XBPS package version
|
||||
_distver=1.236 # This should match the upstream (Ubuntu) version
|
||||
version=${_localver}.${_distver}
|
||||
build_style=custom-install
|
||||
|
|
Loading…
Reference in a new issue