Makefile: Remove making gamescope-session.service.wants directory

This commit is contained in:
Vicki Pfau 2025-05-16 18:28:42 -07:00
parent 026ddf35b9
commit 7398734651

View file

@ -20,7 +20,6 @@ install: target/release/steamos-manager target/release/steamosctl
install -d -m0755 "$(DESTDIR)/usr/share/dbus-1/system-services/"
install -d -m0755 "$(DESTDIR)/usr/share/dbus-1/system.d/"
install -d -m0755 "$(DESTDIR)/usr/lib/systemd/system/"
install -d -m0755 "$(DESTDIR)/usr/lib/systemd/user/gamescope-session.service.wants/"
install -Ds -m755 "target/release/steamos-manager" "$(DESTDIR)/usr/lib/steamos-manager"
install -D -m755 "target/release/steamosctl" "$(DESTDIR)/usr/bin/steamosctl"