Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at github-to-sqlite-beautifulsoup4 28 lines 826 B view raw
1diff --git a/Makefile.am b/Makefile.am 2index 10708e7..d4efd73 100644 3--- a/Makefile.am 4+++ b/Makefile.am 5@@ -150,13 +150,6 @@ cppcheck: 6 docs: 7 $(MAKE) -C doc/sphinx 8 9- 10-# These steps are necessary during installation 11-install-exec-hook: 12- mkdir -p $(DESTDIR)${localstatedir}/log/ 13- mkdir -p $(DESTDIR)${localstatedir}/lib/${PACKAGE_NAME} 14- mkdir -p $(DESTDIR)${runstatedir}/${PACKAGE_NAME} 15- 16 EXTRA_DIST = tools/path_replacer.sh 17 EXTRA_DIST += tools/mk_cfgrpt.sh 18 19diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am 20index a0a0289..ba42f8a 100644 21--- a/src/lib/dhcpsrv/Makefile.am 22+++ b/src/lib/dhcpsrv/Makefile.am 23@@ -408,5 +408,3 @@ libkea_dhcpsrv_parsers_include_HEADERS = \ 24 parsers/simple_parser4.h \ 25 parsers/simple_parser6.h 26 27-install-data-local: 28- $(mkinstalldirs) $(DESTDIR)$(dhcp_data_dir)