add missing return 1 for warning

This commit is contained in:
Weng Xuetian 2016-03-03 19:32:59 +00:00
parent a19635e293
commit 4bac3e2641

View File

@ -34,6 +34,7 @@ package() {
if [ "$(vercmp ${pkgver} 5.19.0)" == 1 ]; then 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" echo "Please make PKGBUILD use plain make install, this is only for 5.19 with plasma 5.6"
return 1
fi fi
make DESTDIR="${pkgdir}" -C src/lib install make DESTDIR="${pkgdir}" -C src/lib install
make DESTDIR="${pkgdir}" -C src/imports install make DESTDIR="${pkgdir}" -C src/imports install