File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7777## Infrastructure
7878
7979## Release scripts
80+ * Fix the placement of the vendored archives in the release tarball [ #6765 @kit-ty-kate - fix #6762 ]
8081
8182## Install script
8283 * Add ` 2.5.0~alpha1 ` to the installers [ #6748 @kit-ty-kate ]
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ $(OUTDIR)/opam-full-$(VERSION).tar.gz:
3333 ( set -euo pipefail && \
3434 cd " $( OUTDIR) /opam-full-$( VERSION) " && \
3535 git archive " $( TAG) " \
36- --prefix " opam-full-$( VERSION) /" \
3736 --mtime " $$ (git show -s --format=%ct " $(TAG ) " | tail -1)" \
3837 -o " $( abspath $( OUTDIR) /opam-full-$( VERSION) .tar) " \
39- $$(for f in $$(git ls-files -i -o -x '*' ) ; do echo "--add-file=$$f" || exit 1; done ) && \
38+ $$(for f in $$(git ls-files -i -o -x '*' ) ; do echo "--prefix=opam-full-$(VERSION ) /$$(dirname -- $$f ) / --add-file=$$f" || exit 1; done ) \
39+ --prefix " opam-full-$( VERSION) /" && \
4040 gzip --no-name --best " $( abspath $( OUTDIR) /opam-full-$( VERSION) .tar) " )
4141 rm -rf " $( OUTDIR) /opam-full-$( VERSION) "
4242
You can’t perform that action at this time.
0 commit comments