summaryrefslogtreecommitdiffstats
path: root/templates/enter_dev_chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/enter_dev_chroot.sh')
-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