From 49a8f4cc3282daec41573a3e8f3f9bfd4542650b Mon Sep 17 00:00:00 2001 From: Liliesh Date: Sun, 1 Mar 2026 19:47:41 +0100 Subject: [PATCH] 67 --- create-repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-repo.sh b/create-repo.sh index 8a331e5..1d0a0f5 100755 --- a/create-repo.sh +++ b/create-repo.sh @@ -10,7 +10,7 @@ PKG_DIR="$(realpath packages)" cd $PKG_DIR -while read -u 10 p; do +while read -u 67 p; do GIT_URL=$p GIT_FILE=$(basename $GIT_URL) REPO_NAME=${GIT_FILE%.*} @@ -27,6 +27,6 @@ while read -u 10 p; do cd ../ -done 10<"$BASE_DIR/target-pkgs.list" +done 67<"$BASE_DIR/target-pkgs.list" #TODO: Add deps resolving