From 1ac17eee9e0b459af2be69e4389cd8510ce8edbb Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 28 Jan 2015 09:08:39 -0600 Subject: jsoncpp-0.5.0: update SRC_URI, fix LICENSE and include install path /usr/include/json conflicts with json-c package --- recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile') diff --git a/recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile b/recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile index bee6876..3be3743 100644 --- a/recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile +++ b/recipes-support/jsoncpp/jsoncpp-0.5.0/Makefile @@ -32,9 +32,9 @@ libjsoncpp.a: $(OBJS) install: mkdir -p $(DESTDIR)$(libdir) - mkdir -p $(DESTDIR)$(includedir)/json + mkdir -p $(DESTDIR)$(includedir)/jsoncpp/json cp libjsoncpp.a $(DESTDIR)$(libdir)/ - cp include/json/* $(DESTDIR)$(includedir)/json/ + cp include/json/* $(DESTDIR)$(includedir)/jsoncpp/json/ # Other Targets clean: -- cgit v1.2.3