Browse Source

fix

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

+ 1
- 1
drone.yml View File

80
         tar -xf "$${PKG_RELEASE_DIR}/$${PKG_DEB_ARCHIVE}" -C "$${PKG_BUILD_DIR}" --strip 1 &&
80
         tar -xf "$${PKG_RELEASE_DIR}/$${PKG_DEB_ARCHIVE}" -C "$${PKG_BUILD_DIR}" --strip 1 &&
81
         cd "$${PKG_BUILD_DIR}" &&
81
         cd "$${PKG_BUILD_DIR}" &&
82
         export MAKEFLAGS="$${MAKEFLAGS}" &&
82
         export MAKEFLAGS="$${MAKEFLAGS}" &&
83
-        [ "$${PKG_ARCH}" -ne "${PKG_BUILDHOST_ARCH} ] && export CC=arm-linux-gnueabihf-gcc || true &&
83
+        [ "$${PKG_ARCH}" -ne "$${PKG_BUILDHOST_ARCH}" ] && export CC="arm-linux-gnueabihf-gcc" || true &&
84
         make &&
84
         make &&
85
         tar --exclude='./.*'
85
         tar --exclude='./.*'
86
           --transform "s/\./$${PKG_RELEASE_ARCHIVE_ROOT}/"
86
           --transform "s/\./$${PKG_RELEASE_ARCHIVE_ROOT}/"

Loading…
Cancel
Save