From 4c54309b7b1c681817dfc733d26ccf56b08aedf3 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 16 Sep 2016 06:27:53 +0200 Subject: [PATCH] This workaround is not needed anymore --- general.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/general.sh b/general.sh index 8b4787006..be5bc17d7 100644 --- a/general.sh +++ b/general.sh @@ -353,11 +353,6 @@ addtorepo() # function: cycle trough distributions local distributions=("wheezy" "jessie" "trusty" "xenial") - # workaround since we dont't build utils for those - mkdir -p ../output/debs/extra/{wheezy,trusty} - ln -sf ../utils ../output/debs/extra/wheezy/utils - ln -sf ../utils ../output/debs/extra/trusty/utils - for release in "${distributions[@]}"; do # let's drop from publish if exits