# HG changeset patch # User Dominique Corbex # Date 1330017882 -3600 # Node ID 986257e0657eae7ca496a94faf7528f054a910dd # Parent 647f59e0030ed104242d3b685fe5d720464cdb35 tazinst: fix typo in home_config() diff -r 647f59e0030e -r 986257e0657e installer/tazinst --- a/installer/tazinst Wed Feb 22 17:21:08 2012 -0200 +++ b/installer/tazinst Thu Feb 23 18:24:42 2012 +0100 @@ -5,7 +5,7 @@ # few main variables, then all the functions and then the # full sequence of functions. # -# (C) 2007-2011 SliTaz - GNU General Public License v3. +# (C) 2007-2012 SliTaz - GNU General Public License v3. # # Authors : Christophe Lincoln # Dominique Corbex @@ -20,7 +20,7 @@ # 7: Another instance is running # 8: Internal error -VERSION=3.30 +VERSION=3.31 # Internationalization . /usr/bin/gettext.sh @@ -758,7 +758,7 @@ cd $TARGET_ROOT || abort 8 $(gettext "Internal") mv home/$TGT_USER tmp mount $TGT_HOME home - if [ -d $TARGET_ROOT/home/$TGTUSER ]; then + if [ -d $TARGET_ROOT/home/$TGT_USER ]; then rm -rf tmp/$TGT_USER else mv tmp/$TGT_USER home