Browse Source

Update

tags/v0.0.64
Peter Vivell 7 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
           *)        PREFIX=""                         ;;
92
           *)        PREFIX=""                         ;;
93
         esac ;
93
         esac ;
94
         if test "$${ARCH}" = "$(dpkg --print-architecture)" ; then
94
         if test "$${ARCH}" = "$(dpkg --print-architecture)" ; then
95
-          PREFIX="" ;
95
+          PREFIXX="" ;
96
         else
96
         else
97
           export CONFIG_SITE="/etc/dpkg-cross/cross-config.$${ARCH}" ;
97
           export CONFIG_SITE="/etc/dpkg-cross/cross-config.$${ARCH}" ;
98
         fi ;
98
         fi ;

Loading…
Cancel
Save