wok rev 17149

slitaz-configs-base: fix Slim Root Login.(/rootfs/root/.xinitrc)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Sep 10 16:16:18 2014 +0200 (2014-09-10)
parents 2b223835571a
children ca224f09fcb3
files slitaz-configs-base/receipt
line diff
     1.1 --- a/slitaz-configs-base/receipt	Wed Sep 10 13:29:12 2014 +0200
     1.2 +++ b/slitaz-configs-base/receipt	Wed Sep 10 16:16:18 2014 +0200
     1.3 @@ -59,5 +59,6 @@
     1.4  	for i in $(ls -d $1/root $1/home/* 2> /dev/null); do
     1.5  		[ -d $i ] && cp -f $1/etc/skel/.xinitrc $i
     1.6  	done
     1.7 +	sed -i 's|$HOME/.config|/etc|' $1/root/.xinitrc
     1.8  	echo "Updating ~/.xinitrc ... Done."
     1.9  }