Просмотр исходного кода

compilation script: remove lingering upnpx download

Felix Paul Kühne 11 лет назад
Родитель
Сommit
6681fdb73a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      compileVLCforiOS.sh

+ 1 - 0
compileVLCforiOS.sh

@@ -170,6 +170,7 @@ else
 cd GHSidebarNav && git pull --rebase && cd ..
 fi
 if ! [ -e upnpx ]; then
+rm -f tar xf upnpx-*
 UPNPXVERSION=1.2.4
 curl -O http://upnpx.googlecode.com/files/upnpx-${UPNPXVERSION}.tar.gz
 tar xf upnpx-${UPNPXVERSION}.tar.gz