Skip to content

Commit

Permalink
Makefile: remove invalid reference to network dropins install target
Browse files Browse the repository at this point in the history
Fix redundant presence of NetworkManager dropins both
in qubes-vm-core and qubes-vm-networking
(QubesOS/qubes-issues#3185)
  • Loading branch information
Olivier MEDOC committed Nov 6, 2017
1 parent d0b2a8b commit cf4fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ install-sysvinit: install-init
install -D vm-init.d/qubes-core.modules $(DESTDIR)/etc/sysconfig/modules/qubes-core.modules
install network/qubes-iptables $(DESTDIR)/etc/init.d/

install-rh: install-systemd install-systemd-dropins install-sysvinit install-systemd-networking-dropins
install-rh: install-systemd install-systemd-dropins install-sysvinit
install -D -m 0644 misc/qubes-r4.repo $(DESTDIR)/etc/yum.repos.d/qubes-r4.repo
install -d $(DESTDIR)$(LIBDIR)/yum-plugins/
install -m 0644 misc/yum-qubes-hooks.py* $(DESTDIR)$(LIBDIR)/yum-plugins/
Expand Down

0 comments on commit cf4fdb8

Please sign in to comment.