]> git.sesse.net Git - vlc/commitdiff
test: Fix a typo in Makefile. dirname was to be used, not basename.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 11 Apr 2008 17:00:03 +0000 (19:00 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 11 Apr 2008 17:00:03 +0000 (19:00 +0200)
test/Makefile.am

index 8ae87f70365b4265293d438aa3f87a44e4b8cf71..cb09aff6baba3f845c4e83d60c147ac1829381f5 100644 (file)
@@ -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