Fix torrent generation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
08d9544584
commit
81d7f4d627
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -117,4 +117,4 @@ tuto3.iso: tuto3.yml pkg/debian-tuto3 pkg/router-tuto3 pkg/tinydeb pkg/unbound p
|
|||
gzip -9 < $< > $@
|
||||
|
||||
%.torrent: %
|
||||
mktorrent -o $@ -a http://ankh.serekh.nemunai.re:6969/announce -p -v $<
|
||||
mktorrent -o $@ -a http://ankh.serekh.nemunai.re:6969/announce -p -v ./$<
|
||||
|
|
Reference in a new issue