19 lines
678 B
Diff
19 lines
678 B
Diff
|
diff --git a/qubes-rpc/Makefile.orig b/qubes-rpc/Makefile
|
||
|
index 22ec526..bf7e0ea 100644
|
||
|
--- a/qubes-rpc/Makefile.orig
|
||
|
+++ b/qubes-rpc/Makefile
|
||
|
@@ -12,13 +12,6 @@ install-dom0:
|
||
|
$(DESTDIR)/etc/qubes-rpc/policy/qubes.InputTablet
|
||
|
|
||
|
install-vm:
|
||
|
- install -d $(DESTDIR)$(USRLIBDIR)/systemd/system
|
||
|
- install -m 0644 \
|
||
|
- qubes-input-sender-keyboard@.service \
|
||
|
- qubes-input-sender-keyboard-mouse@.service \
|
||
|
- qubes-input-sender-mouse@.service \
|
||
|
- qubes-input-sender-tablet@.service \
|
||
|
- $(DESTDIR)$(USRLIBDIR)/systemd/system
|
||
|
install -d $(DESTDIR)$(LIBDIR)/udev/rules.d
|
||
|
install -m 0644 qubes-input-proxy.rules \
|
||
|
$(DESTDIR)$(LIBDIR)/udev/rules.d/90-qubes-input-proxy.rules
|