Browse Source

Update

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

+ 1
- 1
drone.yml View File

@@ -92,7 +92,7 @@ steps:
92 92
           *)        PREFIX=""                         ;;
93 93
         esac ;
94 94
         if test "$${ARCH}" = "$(dpkg --print-architecture)" ; then
95
-          PREFIX="" ;
95
+          PREFIXX="" ;
96 96
         else
97 97
           export CONFIG_SITE="/etc/dpkg-cross/cross-config.$${ARCH}" ;
98 98
         fi ;

Loading…
Cancel
Save