Skip to content

Commit 82358a0

Browse files
committed
fix wrong use of -i flag in zip command
1 parent 61607ee commit 82358a0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

commands.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
files/snakemake-lesson.tar.gz: files/snakemake-lesson/*py
2-
@rm -vf $@ && cd files && tar czf $@ snakemake-lesson/*py snakemake-lesson/books/* snakemake-lesson/matplotlibrc snakemake-lesson/cluster.json snakemake-lesson/.Snakefile
2+
@rm -vf $@ && cd files && tar vczf ../$@ snakemake-lesson/*py snakemake-lesson/books/* snakemake-lesson/matplotlibrc snakemake-lesson/cluster.json snakemake-lesson/.Snakefile
33

44
files/snakemake-lesson.zip: files/snakemake-lesson/*py
5-
@rm -vf $@ && cd files && zip $@ -i snakemake-lesson/*py -i snakemake-lesson/books/* -i snakemake-lesson/matplotlibrc -i snakemake-lesson/cluster.json -i snakemake-lesson/.Snakefile
5+
@rm -vf $@ && cd files && zip ../$@ snakemake-lesson/*py snakemake-lesson/books/* snakemake-lesson/matplotlibrc snakemake-lesson/cluster.json snakemake-lesson/.Snakefile
66

77
## prep-release : compress contents of snakemake-lesson for release
88
prep-release: files/snakemake-lesson.zip files/snakemake-lesson.tar.gz

files/snakemake-lesson.tar.gz

-928 KB
Binary file not shown.

files/snakemake-lesson.zip

-942 KB
Binary file not shown.

0 commit comments

Comments
 (0)