Merge pull request #3874 from pmahoney/dnsmasq-ensureDir-deprecation
dnsmasq: Replace deprecated ensureDir with mkdir.
This commit is contained in:
commit
41a4d1f818
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue