Skip to content

Commit

Permalink
Add symlinks to qvm-device
Browse files Browse the repository at this point in the history
These were only in dom0, which is inconsistent.

Fixes: QubesOS/qubes-issues#8786
  • Loading branch information
DemiMarie committed Jan 7, 2025
1 parent 3b9da29 commit 9d3a7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:
install -m 0644 etc/qvm-start-daemon-kde.desktop $(DESTDIR)/etc/xdg/autostart/
install -d $(DESTDIR)/usr/bin
ln -sf qvm-start-daemon $(DESTDIR)/usr/bin/qvm-start-gui
for i in block usb pci; do ln -sf qvm-device $(DESTDIR)/usr/bin/"qvm-$$i"; done
install -m 0755 scripts/qubes-guivm-session $(DESTDIR)/usr/bin/
install -d $(DESTDIR)/etc/qubes/post-install.d
install -m 0755 scripts/30-keyboard-layout-service.sh \
Expand Down
1 change: 1 addition & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,5 @@ dummy:
install: man
mkdir -p $(DESTDIR)/usr/share/man/man1
cp $(BUILDDIR)/man/* $(DESTDIR)/usr/share/man/man1/
for i in block usb pci; do ln -sf -- qvm-device.1 $(DESTDIR)/"usr/share/man/man1/qvm-$$i.1"; done

0 comments on commit 9d3a7a1

Please sign in to comment.