summaryrefslogtreecommitdiff
path: root/openwrt/package/ncurses
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-18 06:34:57 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-18 06:34:57 +0000
commitb694678b7489c300252cb2dc4572ddb83f1d90a3 (patch)
treee6ebdb7b1ef3288be5c8d868847974350beaf317 /openwrt/package/ncurses
parent7710ca63b917c78e34073e47e94f21a68e8fed14 (diff)
downloadmtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.zip
mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.gz
mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.bz2
Uniformize package Makefile, move ipkg related files to ./ipkg
SVN-Revision: 665
Diffstat (limited to 'openwrt/package/ncurses')
-rw-r--r--openwrt/package/ncurses/Makefile4
-rw-r--r--openwrt/package/ncurses/ipkg/libncurses.control (renamed from openwrt/package/ncurses/libncurses.control)0
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/ncurses/Makefile b/openwrt/package/ncurses/Makefile
index b151526..3591fa0 100644
--- a/openwrt/package/ncurses/Makefile
+++ b/openwrt/package/ncurses/Makefile
@@ -94,9 +94,9 @@ $(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 \
diff --git a/openwrt/package/ncurses/libncurses.control b/openwrt/package/ncurses/ipkg/libncurses.control
index 39f595d..39f595d 100644
--- a/openwrt/package/ncurses/libncurses.control
+++ b/openwrt/package/ncurses/ipkg/libncurses.control