diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 14:35:55 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 14:35:55 -0400 |
| commit | c8b85823419eaea40ac7a7e2ac3d814b2a607f53 (patch) | |
| tree | 7ac379fcf370e9b3c4140f1566aee1ced035cb1d | |
| parent | fd2bd09135921df96691117c6c83b1713ef64e54 (diff) | |
| parent | b6c5f547419ce95d20453f30403e1a5860720fe6 (diff) | |
Merge branch 'joeyconfig'
| -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 |
