mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 23:34:40 +08:00
add missing return 1 for warning
This commit is contained in:
parent
a19635e293
commit
4bac3e2641
@ -34,6 +34,7 @@ package() {
|
||||
|
||||
if [ "$(vercmp ${pkgver} 5.19.0)" == 1 ]; then
|
||||
echo "Please make PKGBUILD use plain make install, this is only for 5.19 with plasma 5.6"
|
||||
return 1
|
||||
fi
|
||||
make DESTDIR="${pkgdir}" -C src/lib install
|
||||
make DESTDIR="${pkgdir}" -C src/imports install
|
||||
|
Loading…
Reference in New Issue
Block a user