X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/468b09e529c0aa35465e78d976cda696ee5b74bc..c77cb04f21234f50f276babde451ee1a6ecdcb66:/openwrt/package/ncurses/Makefile diff --git a/openwrt/package/ncurses/Makefile b/openwrt/package/ncurses/Makefile index b15152634..6b2d718c6 100644 --- a/openwrt/package/ncurses/Makefile +++ b/openwrt/package/ncurses/Makefile @@ -94,12 +94,12 @@ $(STAGING_DIR)/usr/lib/libncurses.so: $(PKG_BUILD_DIR)/.built install $(IPKG_LIBNCURSES): $(STAGING_DIR)/usr/lib/libncurses.so - $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_LIBNCURSES) lib$(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) + $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_LIBNCURSES) ./ipkg/lib$(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) mkdir -p $(IDIR_LIBNCURSES)/usr/lib - cp -fp $(STAGING_DIR)/usr/lib/lib{ncurses,panel}*.so.* $(IDIR_LIBNCURSES)/usr/lib/ + cp -fpR $(STAGING_DIR)/usr/lib/lib{ncurses,panel}*.so.* $(IDIR_LIBNCURSES)/usr/lib/ $(STRIP) $(IDIR_LIBNCURSES)/usr/lib/*.so* mkdir -p $(IDIR_LIBNCURSES)/usr/share/terminfo - for f in a/ansi d/dumb l/linux s/screen v/vt100 x/xterm x/xterm-color; do \ + for f in a/ansi d/dumb l/linux s/screen v/vt100 v/vt102 x/xterm x/xterm-color; do \ mkdir -p $(IDIR_LIBNCURSES)/usr/share/terminfo/`dirname $${f}`; \ cp -fpR \ $(PKG_BUILD_DIR)/install/usr/share/terminfo/$${f} \