diff --git a/Makefile b/Makefile index 71d8c51..a60ea97 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ package: fpm -s dir -t deb \ -n $(NAME) \ -v $(VERSION) \ - --iteration $(ITERATION) \ + `if [ "$(ITERATION)" ]; then echo "--iteration $(ITERATION)"; fi` \ -m alternc@webelys.com \ --license GPLv3 \ --category admin \