Skip to content

Commit

Permalink
makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DemiMarie committed Oct 16, 2022
1 parent 190e361 commit d10d43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ install-common: install-doc
# * basic network functionality (setting IP address, DNS, default gateway)
# * package update proxy client
install-networking:
install -d $(DESTDIR)/etc/sysctl.d
install -m 644 network/81-qubes.conf.optional $(DESTDIR)/etc/sysctl.d/
install -d $(DESTDIR)$(SYSLIBDIR)/systemd/system
install -m 0644 vm-systemd/qubes-*.socket $(DESTDIR)$(SYSLIBDIR)/systemd/system/

Expand Down Expand Up @@ -207,7 +209,5 @@ install-deb: install-common install-systemd install-systemd-dropins install-syst
install-corevm: install-rh install-common install-systemd install-sysvinit install-systemd-dropins install-networking

install-netvm: install-systemd-networking-dropins install-networkmanager
install -d $(DESTDIR)/etc/sysctl.d
install -m 644 network/81-qubes.conf.optional $(DESTDIR)/etc/sysctl.d/

install-vm: install-corevm install-netvm

0 comments on commit d10d43c

Please sign in to comment.