From 38b4ae2c26c88b438413c33b004783219e50eb89 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 27 Dec 2014 21:32:06 -0500 Subject: [PATCH] Update icu for new ipkg() -d option --- stage2/hv-install-1 | 2 +- stage2/pkg/icu | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 stage2/pkg/icu diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index deee54b..24162be 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -43,7 +43,7 @@ ipkg ${PKG_CONFIG} ipkg ${NCURSES} ipkg ${UTIL_LINUX} ipkg ${E2FSPROGS} -ipkg -s "icu" ${ICU} +ipkg -d source ${ICU} ipkg -m noac ${GPTFDISK} FORCE_UNSAFE_CONFIGURE=1 ipkg -m acnb ${COREUTILS} "\ diff --git a/stage2/pkg/icu b/stage2/pkg/icu deleted file mode 100644 index dd4a78f..0000000 --- a/stage2/pkg/icu +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -hvconfig() -{ - cd ${SRC_DIR}/source - - ./configure ${CONFIGURE_OPTS} -} -- 2.20.1