Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / libjson / install-fix.patch
blobf074c8ba3aa53180d7ff2553b1591a073739a4ab
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
4 @@ -266,7 +266,7 @@
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."
12 clean: banner