Commit 85028906 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

test: Fix a typo in Makefile. dirname was to be used, not basename.

parent eac783c0
......@@ -21,7 +21,7 @@ TESTS = samples $(check_PROGRAMS)
SAMPLES_SERVER=http://streams.videolan.org/streams-videolan/reference
samples/test.sample:
mkdir -p `basename $@`
mkdir -p `dirname $@`
curl $(SAMPLES_SERVER)/avi/Hero-Div3.avi > $@
samples: samples/test.sample
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment