From: nico Date: Mon, 5 Sep 2005 17:25:06 +0000 (+0000) Subject: add /usr/share/terminfo/r/rxvt to ipkg (suggested by Oliver Ertl), X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=64e78a1a512b0c9817ec7015031c579e7c4f2250;p=10.03%2Fopenwrt.git add /usr/share/terminfo/r/rxvt to ipkg (suggested by Oliver Ertl), bump release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1856 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 1b9e3566a..29dedc224 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ncurses PKG_VERSION:=5.2 -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_MD5SUM:=464d6a49010cf2a6eb9ce59a264d4d47 PKG_SOURCE_URL:=\ @@ -124,7 +124,7 @@ $(IPKG_LIBNCURSES): install -d -m0755 $(IDIR_LIBNCURSES)/usr/lib cp -fpR $(PKG_INSTALL_DIR)/usr/lib/lib{ncurses,panel,menu}*.so.* $(IDIR_LIBNCURSES)/usr/lib/ install -d -m0755 $(IDIR_LIBNCURSES)/usr/share/terminfo - for f in a/ansi d/dumb l/linux s/screen v/vt100 v/vt102 x/xterm x/xterm-color; do \ + for f in a/ansi d/dumb l/linux r/rxvt s/screen v/vt100 v/vt102 x/xterm x/xterm-color; do \ install -d -m0755 $(IDIR_LIBNCURSES)/usr/share/terminfo/`dirname $${f}`; \ cp -fpR $(PKG_INSTALL_DIR)/usr/share/terminfo/$${f} \ $(IDIR_LIBNCURSES)/usr/share/terminfo/$${f}; \