Forgot to include utils

This commit is contained in:
Igor Pecovnik 2016-09-15 12:50:39 +02:00
parent 19fa9163e8
commit 74b8418ace

View File

@ -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