diff --git a/build_library/dev_image_util.sh b/build_library/dev_image_util.sh index e552b71641..84fd5e6b0a 100755 --- a/build_library/dev_image_util.sh +++ b/build_library/dev_image_util.sh @@ -2,10 +2,6 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -# Shell function library for functions specific to creating dev -# images from base images. The main function for export in this -# library is 'install_dev_packages'. - configure_dev_portage() { # Need profiles at the bare minimum local repo @@ -17,7 +13,7 @@ configure_dev_portage() { "$1/var/lib/portage/${repo}" done - sudo mkdir -p "$1/etc/portage" + sudo mkdir -p "$1/etc/portage/repos.conf" sudo_clobber "$1/etc/portage/make.conf" <