aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-12-14 22:42:52 -0500
committerMatt Turner <mattst88@gentoo.org>2020-12-14 22:42:52 -0500
commitd1ce4b31637d143eda05472d2216db40d001169c (patch)
treee68d61fd94d23148948fc0e181a2b95d5c9f18ef
parentdoc: Make existing multi-overlay support more explicit (diff)
downloadcatalyst-d1ce4b31637d143eda05472d2216db40d001169c.tar.gz
catalyst-d1ce4b31637d143eda05472d2216db40d001169c.tar.bz2
catalyst-d1ce4b31637d143eda05472d2216db40d001169c.zip
targets: Rename clst_buildpkgs -> buildpkgs
And remove the unnecessary export. Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rwxr-xr-xtargets/stage1/chroot.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/targets/stage1/chroot.sh b/targets/stage1/chroot.sh
index 2a8dc59b..dac52dfc 100755
--- a/targets/stage1/chroot.sh
+++ b/targets/stage1/chroot.sh
@@ -3,7 +3,7 @@
source /tmp/chroot-functions.sh
# We do this first, so we know our package list for --debug
-export clst_buildpkgs="$(/tmp/build.py)"
+buildpkgs="$(/tmp/build.py)"
# Setup our environment
[ -n "${clst_BINDIST}" ] && BINDIST="bindist"
@@ -12,7 +12,7 @@ BOOTSTRAP_USE="$(portageq envvar BOOTSTRAP_USE)"
FEATURES="${FEATURES} nodoc noman noinfo"
## Sanity check profile
-if [ -z "${clst_buildpkgs}" ]
+if [ -z "${buildpkgs}" ]
then
echo "Your profile seems to be broken."
echo "Could not build a list of build packages."
@@ -72,7 +72,7 @@ if [ -e ${clst_make_conf} ]; then
done
fi
-run_merge "--oneshot ${clst_buildpkgs}"
+run_merge "--oneshot ${buildpkgs}"
# TODO: Drop this when locale-gen in stable glibc supports ROOT.
#