dnsmasq: Replace deprecated ensureDir with mkdir.

This commit is contained in:
Patrick Mahoney 2014-08-30 09:19:23 -05:00
parent 032e93b9ab
commit 7fc369cfca

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
install -Dm644 dbus/dnsmasq.conf $out/etc/dbus-1/system.d/dnsmasq.conf
install -Dm644 trust-anchors.conf $out/share/dnsmasq/trust-anchors.conf
ensureDir $out/share/dbus-1/system-services
mkdir -p $out/share/dbus-1/system-services
cat <<END > $out/share/dbus-1/system-services/uk.org.thekelleys.dnsmasq.service
[D-BUS Service]
Name=uk.org.thekelleys.dnsmasq