summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-25 21:33:29 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-25 21:33:29 (GMT)
commit0e4b74030edd77bf534a7167da50c0e5c706ed14 (patch)
tree99145ae190ae930ad1330745670e63159d4e727e /templates
parent70c089ca30f55e337808fd2a9e36d28b2588ab80 (diff)
downloadlinhes_dev-0e4b74030edd77bf534a7167da50c0e5c706ed14.zip
update mount command for the new location of pkg repo
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/enter_dev_chroot.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/enter_dev_chroot.sh b/templates/enter_dev_chroot.sh
index 4df23c6..9eda528 100755
--- a/templates/enter_dev_chroot.sh
+++ b/templates/enter_dev_chroot.sh
@@ -4,7 +4,8 @@
# Configuration: #
#-----------------------------------------------------------------------#
chrootBaseDir='build_root' # basename of chroot tree. #
-repoBaseDir='../pkg_repo' # basename of package repository tree. #
+repoBaseDir='pkg_repo' # basename of package repository tree. #
+repoBaseDir_src='../pkg_repo' # basename of package repository tree. #
toolsDir='linhes_dev' # directory name of development tools. #
packageDir='linhes_pkgbuild' # package development directory. #
C_B='\e[1m' # set bold : comment out for no bold. #
@@ -131,7 +132,7 @@ ckMount -t devpts dev/pts
ckMount --bind $toolsDir/build_tools build_tools
ckMount --bind $packageDir data/$packageDir
-ckMount --bind $repoBaseDir data/$repoBaseDir
+ckMount --bind $repoBaseDir_src data/$repoBaseDir
copyIn