From: Michael Tremer Date: Tue, 27 Jan 2009 21:17:25 +0000 (+0100) Subject: Updated newt to 0.52.10. X-Git-Tag: v3.0-alpha1~76^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04d73a48b5f2cab14dfe92969195c97679b7dbd1;p=ipfire-3.x.git Updated newt to 0.52.10. This fixes the utf8 problem in installer. --- diff --git a/lfs/newt b/lfs/newt index 932f231a9..c10ee2984 100644 --- a/lfs/newt +++ b/lfs/newt @@ -25,7 +25,7 @@ include Config PKG_NAME = newt -VER = 0.52.7 +VER = 0.52.10 THISAPP = $(PKG_NAME)-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -37,7 +37,7 @@ OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) # Top-level Rules ############################################################################### -objects = $(DL_FILE) $(THISAPP)-snack.patch $(THISAPP)-whiptail.patch +objects = $(DL_FILE) info: $(DO_PKG_INFO) @@ -56,8 +56,6 @@ $(objects) : $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-snack.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-whiptail.patch cd $(DIR_APP) && \ ./configure \