# HG changeset patch # User Rohit Joshi # Date 1289439237 18000 # Node ID 7f85db8678757c1d6fb7c10c94a5dd4d3ec9bc66 # Parent 1442140ec3d0e645ddfdd42a57519cfc571ffd61 temporary fix : slitaz installer: tazx does not copy .xinitrc and .config files (please check if we need to do this when tazx works correctly) diff -r 1442140ec3d0 -r 7f85db867875 installer/slitaz-installer --- a/installer/slitaz-installer Wed Nov 10 20:26:12 2010 -0500 +++ b/installer/slitaz-installer Wed Nov 10 20:33:57 2010 -0500 @@ -585,6 +585,9 @@ echo "$USER:$USER_PASSWD" | chpasswd if [ ! -d /home/$USER ]; then cp -a /etc/skel /home/$USER + cp /root/.xinitrc /home/$USER + mkdir -p /home/$USER/.config/slitaz + cp -a /etc/slitaz/applications.conf /home/$USER/.config/slitaz chown -R $USER.$USER /home/$USER # Path for user desktop files. for i in /home/$USER/.local/share/applications/*.desktop