Remove bug that breaks all package compilations

This commit is contained in:
Runar Borge 2018-12-26 00:25:34 +01:00
parent 90ec7b2e25
commit 54949cd223

View File

@ -73,7 +73,6 @@ for PKG in mdns-repeater \
vyos-strongswan \
vyos-world \
; do
break;
if [ -d "packages/$PKG/debian" ]; then
status_start "Building package: $PKG"
docker run --rm -it -v $(pwd):/vyos -w /vyos/packages/$PKG \