Reversed dist archive arguments.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
This commit is contained in:
parent
f6cb4a1f9b
commit
b99ad11836
2 changed files with 3 additions and 3 deletions
|
|
@ -66,8 +66,8 @@ define mb_dos2unix
|
|||
dos2unix -q -n $(1) $(2)
|
||||
endef
|
||||
define mb_create_dist
|
||||
@echo === Creating distribution archive.
|
||||
tar -czf $(1) -C $(2) `ls $(2)`
|
||||
@echo === Creating distribution archive
|
||||
tar -czf $(2) -C $(1) `ls $(1)`
|
||||
endef
|
||||
define mb_create_flight_video
|
||||
@echo === Indexing flight videos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue