From: Hugo Villeneuve Date: Sun, 28 Dec 2014 02:32:06 +0000 (-0500) Subject: Update icu for new ipkg() -d option X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=38b4ae2c26c88b438413c33b004783219e50eb89 Update icu for new ipkg() -d option --- 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} -}