diff options
Diffstat (limited to 'vars')
-rw-r--r-- | vars/build.vars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vars/build.vars b/vars/build.vars index ee302814..e3efb49f 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -702,8 +702,8 @@ LEAF_PACKAGES_PREFIX="${PREFIX_NATIVE}"; : ${PKG_MKSH_NO_MAKE_INSTALL:=1}; : ${PKG_MKSH_SUBDIR:=${PKG_MKSH_BUILD_DIR}}; : ${PKG_MTR_URLS_GIT:="mtr.git=https://github.com/traviscross/mtr.git@master"}; -: ${PKG_MTR_BUILD_DIR:="mtr.git"}; -: ${PKG_MTR_DISABLED:=1}; +: ${PKG_MTR_BUILD_DIR:=mtr.git}; +: ${PKG_MTR_SUBDIR:=${PKG_MTR_BUILD_DIR}}; : ${PKG_NANO_SHA256SUM:=b2b060129b9feff2d4870d803a441178c96531de9aed144ec0b83bd63ccb12ee}; : ${PKG_NANO_VERSION:=2.5.3}; : ${PKG_NANO_URL:=http://www.nano-editor.org/dist/v${PKG_NANO_VERSION%.[0-9]}/nano-${PKG_NANO_VERSION}.tar.gz}; |