A small bug in scripts/build.sh (has been there in previous versions):
# Actually do something!
for pkg in `cat packages/platform.packages`; do
if is_pkg_installed "${pkg}"; then
true
else
echo '**'
echo "Building ${PKG}"
build_pk
Jens Petersen writes:
> Was it just me that had the problem below when building alex?
> (which I reported here on 23 Oct - sorry should probably have opened a
> ticket instead)
> Probably if happy appeared before alex in platform.packages, then it
> would be ok?
>
> Jens
>
[...]
> Building alex