1 diff -Naur libjson-orig/makefile libjson/makefile
2 --- libjson-orig/makefile 2012-05-30 05:15:42.000000000 -0400
3 +++ libjson/makefile 2013-08-15 09:17:41.154245534 -0400
5 cp -r ./$(srcdir)/JSONDefs $(include_path)/$(libname_hdr)/$(srcdir)
6 chmod -R a+r $(include_path)/$(libname_hdr)
7 find $(include_path)/$(libname_hdr) -type d -exec chmod a+x {} \;
8 - cp -rv $(srcdir)/Dependencies/ $(include_path)/$(libname_hdr)/$(srcdir)
9 + cp -rv $(srcdir)/../Dependencies/ $(include_path)/$(libname_hdr)/$(srcdir)/..
10 @echo "Install header files: Done."