diff --git a/Makefile b/Makefile index 07c6279..2008772 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ install: $(CABAL) sdist cat dist/propellor-*.tar.gz | \ (cd $(DESTDIR)/usr/src/propellor && tar zx --strip-components=1) - cd $(DESTDIR)/usr/src/propellor && git init && git add . && git commit "current version of propellor" + cd $(DESTDIR)/usr/src/propellor && git init && git add . && git commit -m "current version of propellor" clean: rm -rf dist Setup tags propellor privdata/local