Selaa lähdekoodia

compilation script: remove lingering upnpx download

Felix Paul Kühne 11 vuotta sitten
vanhempi
commit
6681fdb73a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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