linux-zen: indentation fix
This commit is contained in:
parent
32a8cf8e62
commit
2832f3e01b
@ -51,14 +51,14 @@ license="GPL-2.0-only"
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
for i in $source; do
|
for i in $source; do
|
||||||
case ${i%::*} in
|
case ${i%::*} in
|
||||||
*.patch.zst)
|
*.patch.zst)
|
||||||
msg "${i%::*}"
|
msg "${i%::*}"
|
||||||
# unzstd ignore symlink. so, realpath does the trick!
|
# unzstd ignore symlink. so, realpath does the trick!
|
||||||
unzstd -c "$(realpath $srcdir/$(filename_from_uri $i))" | patch ${patch_args:--p1} || failed="$failed $i"
|
unzstd -c "$(realpath $srcdir/$(filename_from_uri $i))" | patch ${patch_args:--p1} || failed="$failed $i"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user