RepositoryRules: Error when the just-built package does not exist.

This will make version mismatches between the bootstrap repository
and the haikuports.cross repository more apparent.
This commit is contained in:
Augustin Cavalier
2019-06-15 20:24:12 -04:00
parent 46bca9bd51
commit 8830782a61
+5
View File
@@ -373,6 +373,11 @@ actions BootstrapRepositoryFetchPackage1
--all-dependencies $(HAIKU_PORTER_EXTRA_OPTIONS) \
--cross-devel-package "$haikuCrossDevelPackage" $portSpec
fi
if [ ! -e "$package" ]; then
echo "Supposedly built package $package does not exist; version mismatch?"
exit 1
fi
}