fixup! Add ports to the Sortix repository.

This commit is contained in:
Jonas 'Sortie' Termansen 2022-02-02 00:32:31 +01:00
parent 96e6c3ad44
commit 6e01a37427
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ mkdir -p "$1"
if [ -z "${PACKAGES+x}" ]; then
cp -RT "$SORTIX_REPOSITORY_DIR" "$1"
else
# TODO: foo! syntax support.
for PACKAGE in $PACKAGES; do
cp "$SORTIX_REPOSITORY_DIR/$PACKAGE.tix.tar.xz" "$1"
done