diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 14:34:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 14:34:16 -0400 |
| commit | ebeb3cb8fa8f81cac2c3b9eea3d5216c0f3b852f (patch) | |
| tree | 1342a480ce0376c49e70568994adf452026126fe /Makefile | |
| parent | 8bea99ea0ec7f46994f372b3e4c7c2b9624bd7d8 (diff) | |
| parent | e6f13a9af9c4253a1f41c3949ee78ddcc4e7f8a4 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +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" clean: rm -rf dist Setup tags propellor privdata/local |
