installer: Don't try to install /etc/hosts which does not exist

This commit is contained in:
Michael Tremer
2014-11-05 01:33:59 +01:00
parent 6a91a5a724
commit 69749af100

View File

@@ -42,7 +42,7 @@ install() {
inst /var/ipfire/dhcpc/dhcpcd-run-hooks
inst "$moddir/70-dhcpcd.exe" "/var/ipfire/dhcpc/dhcpcd-hooks/70-dhcpcd.exe"
inst /etc/host.conf /etc/hosts /etc/protocols
inst /etc/host.conf /etc/protocols
inst /etc/nsswitch.conf /etc/resolv.conf
inst_libdir_file "libnss_dns.so.*"