Author: cyrus Date: 2015-10-02 10:24:35 +0200 (Fri, 02 Oct 2015) New Revision: 47081
Modified: trunk/package/network/utils/iproute2/Makefile Log: iproute2: adapt coexistence layer to new unified path Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/utils/iproute2/Makefile =================================================================== --- trunk/package/network/utils/iproute2/Makefile 2015-10-02 08:24:32 UTC (rev 47080) +++ trunk/package/network/utils/iproute2/Makefile 2015-10-02 08:24:35 UTC (rev 47081) @@ -9,7 +9,7 @@ PKG_NAME:=iproute2 PKG_VERSION:=4.0.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ @@ -107,13 +107,13 @@ endef define Package/ip/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/bin/ endef define Package/ip-full/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/ip/ip $(1)/usr/sbin/ endef define Package/tc/install _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
