aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'targets/support/chroot-functions.sh')
-rwxr-xr-xtargets/support/chroot-functions.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index b01bbbbd..e44de61b 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -183,14 +183,14 @@ setup_gcc(){
setup_pkgmgr(){
# Set bindist USE flag if clst_BINDIST is set
# this is handled independantly in stage2, changes here should be mirrored there
- if [ "${clst_target}" != "stage1" ] && [ -e "${clst_make_conf}" ] \
- && [ -n "${clst_BINDIST}" ]; then
- if grep -q ^USE "${clst_make_conf}"; then
- echo "USE=\"\${USE} bindist\"" >> "${clst_make_conf}"
- else
- echo "USE=\"bindist\"" >> "${clst_make_conf}"
- fi
- fi
+ #if [ "${clst_target}" != "stage1" ] && [ -e "${clst_make_conf}" ] \
+ # && [ -n "${clst_BINDIST}" ]; then
+ # if grep -q ^USE "${clst_make_conf}"; then
+ # echo "USE=\"\${USE} bindist\"" >> "${clst_make_conf}"
+ # else
+ # echo "USE=\"bindist\"" >> "${clst_make_conf}"
+ # fi
+ #fi
# We need to merge our package manager with USE="build" set in case it is
# portage to avoid frying our /etc/portage/make.conf file. Otherwise, we could