# HG changeset patch # User Christophe Lincoln # Date 1245020418 -7200 # Node ID ef3739944bb727d431663123b55c090e196ec75a # Parent e607bde987cb8f2e134b198eecf6fadecaf1dfac tazdev: Fix wok copy diff -r e607bde987cb -r ef3739944bb7 slitaz-dev-tools/stuff/tazdev --- a/slitaz-dev-tools/stuff/tazdev Sun Jun 14 23:53:53 2009 +0200 +++ b/slitaz-dev-tools/stuff/tazdev Mon Jun 15 01:00:18 2009 +0200 @@ -74,18 +74,18 @@ check_root if [ "$2" = "stable" ]; then HG_WOK=$STABLE/wok - CHROOT=$STABLE/chroot + BUILD_WOK=$STABLE/chroot/home/slitaz else HG_WOK=$COOKING/wok - CHROOT_WOK=$COOKING/chroot/home/slitaz + BUILD_WOK=$COOKING/chroot/home/slitaz fi echo "" - echo "Hg wok : $HG_WOK" - echo "Chroot wok : $CHROOT_WOK" + echo "Hg wok : $HG_WOK" + echo "Build wok : $BUILD_WOK" cd $HG_WOK hg pull && hg update - echo -n "Copying Hg wok to the chroot... " - cp -a $HG_WOK $CHROOT_WOK + echo -n "Copying Hg wok to the build wok... " + cp -a $HG_WOK/* $BUILD_WOK echo -e "Done\n" ;; update-www) # Update website from repo.