mirror of
https://github.com/KDE/kde-linux.git
synced 2026-08-04 03:02:45 -04:00
reorder mkosi arguments and add linebreaks
This commit is contained in:
committed by
Aleix Pol i Gonzalez
parent
9cc1eacc89
commit
a619abefde
5
build.sh
5
build.sh
@@ -124,9 +124,10 @@ else
|
||||
fi
|
||||
|
||||
mkosi \
|
||||
--extra-tree $BUILDSTREAM_BOOTFS:/boot \
|
||||
--image-version="$VERSION" \
|
||||
--extra-tree="$PWD/install.tar.zst" --extra-tree="$PWD/mkosi.extra" \
|
||||
--extra-tree $BUILDSTREAM_BOOTFS:/boot \
|
||||
--extra-tree="$PWD/install.tar.zst" \
|
||||
--extra-tree="$PWD/mkosi.extra" \
|
||||
"$@"
|
||||
|
||||
# Adjust mtime to reduce unnecessary churn between images caused by us rebuilding repos that have possibly not changed in source or binary interfaces.
|
||||
|
||||
Reference in New Issue
Block a user