Author: nbd Date: 2014-09-02 00:34:37 +0200 (Tue, 02 Sep 2014) New Revision: 42397
Modified: trunk/target/sdk/Makefile Log: sdk: keep $(STAGING_DIR)/usr/bin, at least curl needs it Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/sdk/Makefile =================================================================== --- trunk/target/sdk/Makefile 2014-09-01 13:22:16 UTC (rev 42396) +++ trunk/target/sdk/Makefile 2014-09-01 22:34:37 UTC (rev 42397) @@ -31,8 +31,7 @@ *.install.clean \ *.install.flags \ *.install \ - */doc \ - $(STAGING_SUBDIR_TARGET)/usr/bin + */doc SDK_DIRS = \ $(STAGING_SUBDIR_HOST) \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
