about summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2015-12-22 17:27:35 +0100
committerCharles Strahan <charles.c.strahan@gmail.com>2015-12-25 21:39:56 -0500
commit0e07172c6d8eb4527f5cfc173889943e3221e417 (patch)
tree1e4f6892d937cb098cf4db90751246bf4ae39b9b /pkgs/servers/dns
parent4867d6943f224a21914a4c251a419a2d307b275a (diff)
downloadnixlib-0e07172c6d8eb4527f5cfc173889943e3221e417.tar
nixlib-0e07172c6d8eb4527f5cfc173889943e3221e417.tar.gz
nixlib-0e07172c6d8eb4527f5cfc173889943e3221e417.tar.bz2
nixlib-0e07172c6d8eb4527f5cfc173889943e3221e417.tar.lz
nixlib-0e07172c6d8eb4527f5cfc173889943e3221e417.tar.xz
nixlib-0e07172c6d8eb4527f5cfc173889943e3221e417.tar.zst
nixlib-0e07172c6d8eb4527f5cfc173889943e3221e417.zip
bind: Fix patching Makefile.in
There is no postPatchPhase.
Diffstat (limited to 'pkgs/servers/dns')
-rw-r--r--pkgs/servers/dns/bind/default.nix6
-rw-r--r--pkgs/servers/dns/bind/remove-mkdir-var.patch12
2 files changed, 13 insertions, 5 deletions
diff --git a/pkgs/servers/dns/bind/default.nix b/pkgs/servers/dns/bind/default.nix
index 64c461b70ea3..a6933653e605 100644
--- a/pkgs/servers/dns/bind/default.nix
+++ b/pkgs/servers/dns/bind/default.nix
@@ -10,11 +10,7 @@ stdenv.mkDerivation rec {
     sha256 = "1w4gp4hdkb452nmz91l413d1rx89isl2l6wv8kpbdd2afpc3phws";
   };
 
-  postPatchPhase = ''
-    sed -i 's/^\t.*run/\t/' Makefile.in
-  '';
-
-  patches = [ ./libressl.patch ];
+  patches = [ ./libressl.patch ./remove-mkdir-var.patch ];
 
   buildInputs = [ openssl libtool perl libxml2 ];
 
diff --git a/pkgs/servers/dns/bind/remove-mkdir-var.patch b/pkgs/servers/dns/bind/remove-mkdir-var.patch
new file mode 100644
index 000000000000..d0dcd580c20a
--- /dev/null
+++ b/pkgs/servers/dns/bind/remove-mkdir-var.patch
@@ -0,0 +1,12 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -53,8 +53,7 @@ docclean manclean maintainer-clean::
+ doc man:: ${MANOBJS}
+ 
+ installdirs:
+-	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} \
+-	${DESTDIR}${localstatedir}/run ${DESTDIR}${sysconfdir}
++	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} ${DESTDIR}${sysconfdir}
+	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
+ 
+ install:: isc-config.sh installdirs