Skip to content

Commit 5076f8d

Browse files
authored
Prevent rsync error on missing subdir
1 parent 4d603ec commit 5076f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ clean:
2525

2626
fate-suite:
2727
# Grab ALL of the samples from the ffmpeg site.
28+
mkdir -p tests/assets/fate-suite/
2829
rsync -vrltLW rsync://fate-suite.ffmpeg.org/fate-suite/ tests/assets/fate-suite/
2930

3031
lint:

0 commit comments

Comments
 (0)