Browse Source

fix

tags/v0.0.59
Peter Vivell 6 years ago
parent
commit
ae72db0f8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml View File

@@ -80,7 +80,7 @@ steps:
80 80
         tar -xf "$${PKG_RELEASE_DIR}/$${PKG_DEB_ARCHIVE}" -C "$${PKG_BUILD_DIR}" --strip 1 &&
81 81
         cd "$${PKG_BUILD_DIR}" &&
82 82
         export MAKEFLAGS="$${MAKEFLAGS}" &&
83
-        [ "$${PKG_ARCH}" -ne "$${PKG_BUILDHOST_ARCH}" ] && ( \
83
+        test "$${PKG_ARCH}" -ne "$${PKG_BUILDHOST_ARCH}" && ( \
84 84
           export CC="arm-linux-gnueabihf-gcc" ; \
85 85
           export LD="arm-linux-gnueabihf-ld" ; \
86 86
           export STRIP="arm-linux-gnueabihf-strip" ; \

Loading…
Cancel
Save