summaryrefslogtreecommitdiffstats
path: root/setup_env.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-16 00:58:39 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-16 00:58:39 (GMT)
commitef7e29326b258de2dbe14d95b7029d3d9c9c2740 (patch)
tree2b39f69ca10b2a77aeab00a5a6ce01074a0d7500 /setup_env.sh
parentc5bb2c762596200b21b2b45cdbc18f01144f1332 (diff)
downloadlinhes_dev-ef7e29326b258de2dbe14d95b7029d3d9c9c2740.zip
Major changes to the enter_dev_chroot.sh script.
Diffstat (limited to 'setup_env.sh')
-rwxr-xr-xsetup_env.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup_env.sh b/setup_env.sh
index 85a5ad8..1a1972a 100755
--- a/setup_env.sh
+++ b/setup_env.sh
@@ -101,12 +101,15 @@ then
fi
#create custom enter_dev_chroot.sh script
-sed -e "s/REPLACEME/$ARCH/g" templates/enter_dev_chroot.sh > ../enter_dev_chroot.$ARCH.sh
+#sed -e "s/REPLACEME/$ARCH/g" templates/enter_dev_chroot.sh > ../enter_dev_chroot.$ARCH.sh
+DIR=$(pwd) ; DIR=${DIR##*/}
+ln -s $DIR/templates/enter_dev_chroot.sh ../enter_dev_chroot.$ARCH
+
chmod 755 ../enter_dev_chroot.$ARCH.sh
echo "********************************************************"
echo "** To enter the chroot (build_root.$ARCH) run: **"
echo "** cd .. **"
-echo "** ./enter_dev_chroot.$ARCH.sh **"
+echo "** ./enter_dev_chroot.$ARCH **"
echo "********************************************************"