Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff -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." 11 12 clean: banner