Diff of /trunk/wharfie/examples/CODESYS/Wharfile [r22] .. [r23]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/wharfie/examples/CODESYS/Wharfile
+++ b/trunk/wharfie/examples/CODESYS/Wharfile
@@ -48,8 +48,7 @@
 # workaround for using binaries, built for Raspbian on an a plain Debian
 RUN HOST \
     [ ! -f ../../common/files/rasbpian_libc6.deb ] && wget --output-document=../../common/files/rasbpian_libc6.deb 'https://archive.raspbian.org/raspbian/pool/main/g/glibc/libc6_2.19-18%2bdeb8u10_armhf.deb' || true; \
-    [ ! -f ../../common/files/rasbpian_libgcc.deb ] && wget --output-document=../../common/files/rasbpian_libgcc.deb '    [ ! -f ../../common/files/rasbpian_libc6.deb ] && wget --output-document=../../common/files/rasbpian_libc6.deb 'https://archive.raspbian.org/raspbian/pool/main/g/glibc/libc6_2.19-18%2bdeb8u10_armhf.deb' || true; \
-' || true; \
+    [ ! -f ../../common/files/rasbpian_libgcc.deb ] && wget --output-document=../../common/files/rasbpian_libgcc.deb 'https://archive.raspbian.org/raspbian/pool/main/g/gcc-6/libgcc1_6.3.0-18%2brpi1_armhf.deb' || true; \
     ar p ../../common/files/rasbpian_libc6.deb data.tar.gz | (cd opt/codesys/; tar -xzf - ./lib/arm-linux-gnueabihf/); \
     ar p ../../common/files/rasbpian_libgcc.deb data.tar.xz | (cd opt/codesys/; tar -xJf - ./lib/arm-linux-gnueabihf/); \
     mv opt/codesys/lib/arm-linux-gnueabihf/* opt/codesys/lib/; \