diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | propellor.cabal | 1 |
2 files changed, 1 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 diff --git a/propellor.cabal b/propellor.cabal index d97d4096..4017df87 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -20,6 +20,7 @@ Extra-Source-Files: joeyconfig.hs config.hs contrib/post-merge-hook + stack.yaml debian/changelog debian/README.Debian debian/compat |
