# HG changeset patch # User Christophe Lincoln # Date 1336584896 -7200 # Node ID c787539dbaedad19eef2a5c70098cca8329ed643 # Parent 227a8a6ba4d76476a474c3e2822392049835b232 tazdev: ins cross chroot we still have /home/slitaz/packages diff -r 227a8a6ba4d7 -r c787539dbaed tazdev/tazdev --- a/tazdev/tazdev Wed May 09 18:00:41 2012 +0200 +++ b/tazdev/tazdev Wed May 09 19:34:56 2012 +0200 @@ -103,7 +103,6 @@ # We may not mount cache wok or others it has no point and if # one wants to use a shared wok he can bind it manually. if [ "$arch" ]; then - fs=$rootfs/home/slitaz/$arch slitaz=$slitaz/$arch fi [ -d "$fs/packages" ] || mkdir -p $fs/packages @@ -123,9 +122,6 @@ umount $rootfs/proc if mount | fgrep -q $fs/src; then umount $fs/src - if [ "$arch" ]; then - fs=$rootfs/home/slitaz/$arch - fi umount $fs/packages fi status && echo ""