From: Danomi Manchego Date: Tue, 20 Nov 2012 17:21:31 +0000 (+0000) Subject: cjson: fix copy/paste error in target installation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd0f43a2c56e1ac2cb30c0af15cb7029e668a219;p=buildroot.git cjson: fix copy/paste error in target installation Signed-off-by: Danomi Manchego Signed-off-by: Peter Korsgaard --- diff --git a/package/cjson/cjson.mk b/package/cjson/cjson.mk index dd64010748..ccc60102d3 100644 --- a/package/cjson/cjson.mk +++ b/package/cjson/cjson.mk @@ -23,7 +23,7 @@ define CJSON_INSTALL_STAGING_CMDS endef define CJSON_INSTALL_TARGET_CMDS - $(INSTALL) -D $(@D)/cJSON/cJSON.h $(STAGING_DIR)/usr/include/cJSON.h + $(INSTALL) -D $(@D)/cJSON/cJSON.h $(TARGET_DIR)/usr/include/cJSON.h $(INSTALL) -D $(@D)/cJSON/libcJSON.so $(TARGET_DIR)/usr/lib/libcJSON.so endef