Browse Source

build script: specify vlc output directory when cloning

Gleb Pinigin 12 years ago
parent
commit
188068a5aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildAspenProject.sh

+ 1 - 1
buildAspenProject.sh

@@ -116,7 +116,7 @@ mkdir -p External
 spushd ImportedSources
 
 if ! [ -e vlc ]; then
-git clone git://git.videolan.org/vlc/vlc-2.1.git
+git clone git://git.videolan.org/vlc/vlc-2.1.git vlc
 info "Applying patches to vlc.git"
 cd vlc
 git checkout -B localAspenBranch ${TESTEDHASH}