update musl stage generation

This commit is contained in:
Matthew Thode 2018-06-23 21:08:27 -05:00
parent 7689550ee1
commit 24a82d21d0
No known key found for this signature in database
GPG key ID: 64A37BEAAE19A4E8
8 changed files with 10 additions and 11 deletions

View file

@ -23,7 +23,7 @@ prepare_confs() {
local profile=${flavor}
[[ "${flavor}" == "vanilla" ]] && profile="default"
cat stage-all.conf.template | \
cat stage.conf.template | \
sed -e "s:\(^version_stamp.*$\):\1-${mydate}:" \
-e "s:CSTAGE:${cstage}:g" \
-e "s:PSTAGE:${pstage}:g" \