nixpkgs/pkgs/tools/networking/kea/dont-create-var.patch

29 lines
826 B
Diff
Raw Normal View History

2016-10-24 18:01:42 +00:00
diff --git a/Makefile.am b/Makefile.am
index 10708e7..d4efd73 100644
2016-10-24 18:01:42 +00:00
--- a/Makefile.am
+++ b/Makefile.am
@@ -150,13 +150,6 @@ cppcheck:
docs:
$(MAKE) -C doc/sphinx
2016-10-24 18:01:42 +00:00
-
2016-10-24 18:01:42 +00:00
-# These steps are necessary during installation
-install-exec-hook:
- mkdir -p $(DESTDIR)${localstatedir}/log/
- mkdir -p $(DESTDIR)${localstatedir}/lib/${PACKAGE_NAME}
- mkdir -p $(DESTDIR)${runstatedir}/${PACKAGE_NAME}
2016-10-24 18:01:42 +00:00
-
EXTRA_DIST = tools/path_replacer.sh
EXTRA_DIST += tools/mk_cfgrpt.sh
diff --git a/src/lib/dhcpsrv/Makefile.am b/src/lib/dhcpsrv/Makefile.am
index a0a0289..ba42f8a 100644
2016-10-24 18:01:42 +00:00
--- a/src/lib/dhcpsrv/Makefile.am
+++ b/src/lib/dhcpsrv/Makefile.am
@@ -408,5 +408,3 @@ libkea_dhcpsrv_parsers_include_HEADERS = \
parsers/simple_parser4.h \
2018-07-15 19:21:09 +00:00
parsers/simple_parser6.h
2016-10-24 18:01:42 +00:00
-install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(dhcp_data_dir)