diff --git a/src/Makefile.xtables b/src/Makefile.xtables index 56a6e18..1d66a71 100644 --- a/src/Makefile.xtables +++ b/src/Makefile.xtables @@ -13,8 +13,8 @@ install: elif [ -d /usr/lib/i386-linux-gnu/xtables ]; then \ install -g root -o root -m 644 $(LIBS) /usr/lib/i386-linux-gnu/xtables; \ else \ - echo "Unable to find xtables modules path!" - exit 1 + echo "Unable to find xtables modules path!"; \ + exit 1; \ fi lib%.so: lib%.o