Author: blogic Date: 2015-11-21 22:26:12 +0100 (Sat, 21 Nov 2015) New Revision: 47570
Modified: trunk/package/network/utils/conntrack-tools/Makefile Log: conntrack-tools: use INSTALL_DIR once Signed-off-by: Stijn Tintel <[email protected]> Modified: trunk/package/network/utils/conntrack-tools/Makefile =================================================================== --- trunk/package/network/utils/conntrack-tools/Makefile 2015-11-21 21:26:06 UTC (rev 47569) +++ trunk/package/network/utils/conntrack-tools/Makefile 2015-11-21 21:26:12 UTC (rev 47570) @@ -72,9 +72,10 @@ endef define Package/conntrackd/install - $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_DIR) \ + $(1)/etc/init.d \ + $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/conntrackd $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/conntrackd.init $(1)/etc/init.d/conntrackd endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
