Explorar el Código

Update

tags/v0.0.61
Peter Vivell hace 6 años
padre
commit
cc540db5bd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      drone.yml

+ 2
- 1
drone.yml Ver fichero

@@ -98,7 +98,8 @@ steps:
98 98
         export LD="$${PREFIX}ld" &&
99 99
         export STRIP="$${PREFIX}strip" &&
100 100
         export MAKEFLAGS="$${MAKEFLAGS}" &&
101
-        if test -d "debian" ; then
101
+        if test -d "$${PKG_SRC_ROOT}/debian" ; then
102
+          cp -rp "$${PKG_SRC_ROOT}/debian" . &&
102 103
           echo apt-get build-dep -a $${PKG_ARCH} . &&
103 104
           CONFIG_SITE=/etc/dpkg-cross/cross-config.$${PKG_ARCH}
104 105
           DEB_BUILD_OPTIONS=nocheck

Loading…
Cancelar
Guardar