diff options
-rw-r--r-- | v4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index afea31ea8..ef5b583c0 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -358,7 +358,7 @@ ivtv-checkout:: @if [ ! -d ivtv ]; then \ echo retrieving the latest ivtv sources from ivtvdriver.org; \ echo this step requires subversion to be installed; \ - svn co http://ivtvdriver.org/svn/ivtv/trunk ivtv; \ + svn co http://www.ivtvdriver.org/svn/ivtv/trunk ivtv; \ fi ivtv-update ivtv-up:: ivtv |