dkbuild: cosmetic
This commit is contained in:
parent
fbb05f8dee
commit
2df175ee57
12
dkbuild
12
dkbuild
|
@ -2983,10 +2983,10 @@ function _build_before() {
|
||||||
PREV_PROFILE=
|
PREV_PROFILE=
|
||||||
}
|
}
|
||||||
function _build_each() {
|
function _build_each() {
|
||||||
if [ "$PROFILE-$PVERSION" != "$PREV_PROFILE" ]; then
|
|
||||||
[ -n "$PREV_PROFILE" ] && eend
|
|
||||||
fi
|
|
||||||
if [ -n "$DIST" -a "$DIST-$DVERSION" != "$PREV_DIST" ]; then
|
if [ -n "$DIST" -a "$DIST-$DVERSION" != "$PREV_DIST" ]; then
|
||||||
|
[ -n "$PREV_PROFILE" ] && eend
|
||||||
|
PREV_PROFILE=
|
||||||
|
|
||||||
[ -n "$PREV_DIST" ] && eend
|
[ -n "$PREV_DIST" ] && eend
|
||||||
PREV_DIST="$DIST-$DVERSION"
|
PREV_DIST="$DIST-$DVERSION"
|
||||||
etitle "Distribution ${DVERSION:+$DVERSION-}$DIST"
|
etitle "Distribution ${DVERSION:+$DVERSION-}$DIST"
|
||||||
|
@ -3128,10 +3128,10 @@ function _dump_before() {
|
||||||
PREV_PROFILE=
|
PREV_PROFILE=
|
||||||
}
|
}
|
||||||
function _dump_each() {
|
function _dump_each() {
|
||||||
if [ "$PROFILE-$PVERSION" != "$PREV_PROFILE" ]; then
|
|
||||||
[ -n "$PREV_PROFILE" ] && eend
|
|
||||||
fi
|
|
||||||
if [ -n "$DIST" -a "$DIST-$DVERSION" != "$PREV_DIST" ]; then
|
if [ -n "$DIST" -a "$DIST-$DVERSION" != "$PREV_DIST" ]; then
|
||||||
|
[ -n "$PREV_PROFILE" ] && eend
|
||||||
|
PREV_PROFILE=
|
||||||
|
|
||||||
[ -n "$PREV_DIST" ] && eend
|
[ -n "$PREV_DIST" ] && eend
|
||||||
PREV_DIST="$DIST-$DVERSION"
|
PREV_DIST="$DIST-$DVERSION"
|
||||||
etitle "Distribution ${DVERSION:+$DVERSION-}$DIST"
|
etitle "Distribution ${DVERSION:+$DVERSION-}$DIST"
|
||||||
|
|
Loading…
Reference in New Issue