Merge branch 'joeyconfig'

This commit is contained in:
Joey Hess 2014-08-19 14:35:55 -04:00
commit c8b8582341
1 changed files with 1 additions and 1 deletions

View File

@ -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