[vlc-devel] commit: test: Fix a typo in Makefile. dirname was to be used, not basename. (Pierre d'Herbemont )

git version control git at videolan.org
Fri Apr 11 18:59:48 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Apr 11 19:00:03 2008 +0200| [85028906729ed4ee99cc99c37f6d4b65012dbd51]

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=85028906729ed4ee99cc99c37f6d4b65012dbd51
---

 test/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 8ae87f7..cb09aff 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -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




More information about the vlc-devel mailing list