Skip to content

Commit e4bc333

Browse files
committed
improve content of the tgz file
1 parent c64e39f commit e4bc333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ all: package
2323
pdfs: $(PDFS)
2424

2525
package: pdfs
26-
tar -czf "$(ARCHIVE)" $(ARCHIVE_CONTENTS)
26+
tar -czf "$(ARCHIVE)" --transform "s,^,$(PACKAGE)-$(VERSION)/," -- $(ARCHIVE_CONTENTS)
2727

2828
$(DOC_PDF): $(DOC_SOURCE) infufrgs.cls
2929
pdflatex -interaction=nonstopmode -halt-on-error -jobname="$(basename $@)" $(DOC_SOURCE)

0 commit comments

Comments
 (0)