From 74b8418ace43aa44a4fe0efd7227d150fef6c59e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 15 Sep 2016 12:50:39 +0200 Subject: [PATCH] Forgot to include utils --- general.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general.sh b/general.sh index 225d693647..6b0497d7eb 100644 --- a/general.sh +++ b/general.sh @@ -410,7 +410,7 @@ addtorepo() # adding utils if find ${POT}extra/$release/utils -maxdepth 1 -type f -name "*.deb" 2>/dev/null | grep -q .; then display_alert "Adding to repository $release" "utils" "ext" - aptly repo add -config=config/aptly.conf "utils" ${POT}extra/$release/utils/*.deb + aptly repo add -config=config/aptly.conf "utils" ${POT}extra/utils/*.deb else display_alert "Not adding $release" "utils" "wrn" fi