Update icu for new ipkg() -d option
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 28 Dec 2014 02:32:06 +0000 (21:32 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 29 Dec 2014 16:24:31 +0000 (11:24 -0500)
stage2/hv-install-1
stage2/pkg/icu [deleted file]

index deee54b..24162be 100755 (executable)
@@ -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 (file)
index dd4a78f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-hvconfig()
-{
-    cd ${SRC_DIR}/source
-
-    ./configure ${CONFIGURE_OPTS}
-}