fixup! Add ports to the Sortix repository.

This commit is contained in:
Jonas 'Sortie' Termansen 2022-02-14 00:58:37 +01:00
parent 2f70bba912
commit 6d0e07cdfa
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export CXXFLAGS
# Initialize Tix package management in the system root if absent.
if [ "$OPERATION" = build ]; then
if [ !-e "$SYSROOT/tix/collection.conf" ]; then
if [ ! -e "$SYSROOT/tix/collection.conf" ]; then
tix-collection "$SYSROOT" create --platform=$HOST --prefix= --generation=2
fi
fi