summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 14:35:55 -0400
committerJoey Hess2014-08-19 14:35:55 -0400
commitc8b85823419eaea40ac7a7e2ac3d814b2a607f53 (patch)
tree7ac379fcf370e9b3c4140f1566aee1ced035cb1d
parentfd2bd09135921df96691117c6c83b1713ef64e54 (diff)
parentb6c5f547419ce95d20453f30403e1a5860720fe6 (diff)
Merge branch 'joeyconfig'
-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