diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 17:22:18 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 17:22:18 -0400 |
| commit | 33f2e899d26f10ef01c31a47b4d3aa07dce96f6f (patch) | |
| tree | e05021bacf28b3817c1f25778ce49d758c071cfb | |
| parent | e29c7080e8eef65fc627ae877581ba1a6398f535 (diff) | |
| parent | d366e5e525994cb8491b11e56d834fbcd4decf56 (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ install: install -s dist/build/propellor/propellor $(DESTDIR)/usr/bin/propellor mkdir -p dist/gittmp $(CABAL) sdist - tar vf dist/propellor-*.tar.gz > dist/list-sources + tar tf dist/propellor-*.tar.gz | perl -pe 's!propellor-[^/]+/!!' > dist/list-sources tar c -T dist/list-sources | (cd dist/gittmp && tar x) cd dist/gittmp && git init && \ git add . \ |
