Skip to content

Commit

Permalink
create /etc/qubes-rpc directory before placing a symlink there
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Feb 24, 2020
1 parent fe262aa commit 805aacf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ ifneq ($(shell lsb_release -is), Ubuntu)
endif
install -m 0644 -D appvm-scripts/qubes-gui-vm.gschema.override \
$(DESTDIR)$(DATADIR)/glib-2.0/schemas/20_qubes-gui-vm.gschema.override
install -d $(DESTDIR)/etc/qubes-rpc
ln -s ../../usr/bin/qubes-set-monitor-layout \
$(DESTDIR)/etc/qubes-rpc/qubes.SetMonitorLayout
install -D window-icon-updater/icon-sender \
Expand Down

0 comments on commit 805aacf

Please sign in to comment.