summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07c62795..20087723 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