summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-25 21:01:48 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-25 21:01:48 (GMT)
commitb88af318e55f124ff3c9aeb227fd1166f113aa5d (patch)
tree8dc71237da8109f24df6cc2f277565c44aa10757 /templates
parent4d3317030e121dbdfbfc9cdfd0a6d85bd78498a7 (diff)
downloadlinhes_dev-b88af318e55f124ff3c9aeb227fd1166f113aa5d.zip
rename repo and their locations.
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/enter_dev_chroot.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/enter_dev_chroot.sh b/templates/enter_dev_chroot.sh
index a2a6d85..4df23c6 100755
--- a/templates/enter_dev_chroot.sh
+++ b/templates/enter_dev_chroot.sh
@@ -4,9 +4,9 @@
# Configuration: #
#-----------------------------------------------------------------------#
chrootBaseDir='build_root' # basename of chroot tree. #
-repoBaseDir='pkg_repo' # basename of package repository tree. #
-toolsDir='LinHES-dev' # directory name of development tools. #
-packageDir='LinHES-PKGBUILD' # package development directory. #
+repoBaseDir='../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. #
#########################################################################
C_N='\e[0m' # back to normal text output. #