diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
