Explorar o código

build script: future proof upnpx patching

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
bbe2eeba22
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      buildAspenProject.sh

+ 4 - 1
buildAspenProject.sh

@@ -153,7 +153,10 @@ UPNPXVERSION=1.2.4
 curl -O http://upnpx.googlecode.com/files/upnpx-${UPNPXVERSION}.tar.gz
 tar xf upnpx-${UPNPXVERSION}.tar.gz
 mv upnpx-${UPNPXVERSION} upnpx
-cd upnpx && patch -p1 < ${aspen_root_dir}/patches/upnpx/duration-selector-failure.patch
+cd upnpx
+for file in ../../patches/upnpx/*; do
+patch -p1 < ../../patches/upnpx/"$file"
+done
 cd ..
 fi
 if ! [ -e WhiteRaccoon ]; then