slitaz-dev-tools rev 182

tazdev: ins cross chroot we still have /home/slitaz/packages
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 09 19:34:56 2012 +0200 (2012-05-09)
parents 227a8a6ba4d7
children 911e4e78149d
files tazdev/tazdev
line diff
     1.1 --- a/tazdev/tazdev	Wed May 09 18:00:41 2012 +0200
     1.2 +++ b/tazdev/tazdev	Wed May 09 19:34:56 2012 +0200
     1.3 @@ -103,7 +103,6 @@
     1.4  		# We may not mount cache wok or others it has no point and if
     1.5  		# one wants to use a shared wok he can bind it manually.
     1.6  		if [ "$arch" ]; then
     1.7 -			fs=$rootfs/home/slitaz/$arch
     1.8  			slitaz=$slitaz/$arch
     1.9  		fi
    1.10  		[ -d "$fs/packages" ] || mkdir -p $fs/packages
    1.11 @@ -123,9 +122,6 @@
    1.12  	umount $rootfs/proc
    1.13  	if mount | fgrep -q $fs/src; then
    1.14  		umount $fs/src
    1.15 -		if [ "$arch" ]; then
    1.16 -			fs=$rootfs/home/slitaz/$arch
    1.17 -		fi
    1.18  		umount $fs/packages
    1.19  	fi
    1.20  	status && echo ""