diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-02 12:07:40 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-02 12:07:40 -0400 |
| commit | 1c5da932e9e356c2fbad22dcb97e1ea8943407cd (patch) | |
| tree | fb2951ed29194de71c356f65a629c9206e831c4c /Makefile | |
| parent | ecf786ddab0161a4f5fa84e07cced60efb1595cd (diff) | |
include stack.yaml in sdist
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ install: mkdir -p dist/gittmp $(CABAL) sdist cat dist/propellor-*.tar.gz | (cd dist/gittmp && tar zx --strip-components=1) - cp stack.yaml dist/gittmp # also include in bundle # cabal sdist does not preserve symlinks, so copy over file cd dist/gittmp && for f in $$(find -type f); do rm -f $$f; cp -a ../../$$f $$f; done # reset mtime on files in git bundle so bundle is reproducible |
