Author: nico Date: 2014-11-06 20:35:23 +0100 (Thu, 06 Nov 2014) New Revision: 43204
Modified: trunk/package/libs/ncurses/Makefile Log: ncurses: cleanup InstallDev Signed-off-by: Nicolas Thill <[email protected]> Modified: trunk/package/libs/ncurses/Makefile =================================================================== --- trunk/package/libs/ncurses/Makefile 2014-11-06 19:35:14 UTC (rev 43203) +++ trunk/package/libs/ncurses/Makefile 2014-11-06 19:35:23 UTC (rev 43204) @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2013 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -131,7 +131,7 @@ $(CP) $(PKG_INSTALL_DIR)/usr/bin/ncursesw5-config $(2)/bin/ $(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' -e 's/$$$$INCS //g' \ $(2)/bin/ncursesw5-config - ln -sf $(STAGING_DIR)/host/bin/ncursesw5-config $(1)/usr/bin/ncursesw5-config + $(LN) $(2)/bin/ncursesw5-config $(1)/usr/bin/ncursesw5-config endef else define Build/InstallDev @@ -145,7 +145,7 @@ $(CP) $(PKG_INSTALL_DIR)/usr/bin/ncurses5-config $(2)/bin/ $(SED) 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \ $(2)/bin/ncurses5-config - ln -sf $(STAGING_DIR)/host/bin/ncurses5-config $(1)/usr/bin/ncurses5-config + $(LN) $(2)/bin/ncurses5-config $(1)/usr/bin/ncurses5-config endef endif _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
