Makefile: Add systemd user directory back

This commit is contained in:
Vicki Pfau 2025-05-26 19:21:14 -07:00
parent 7398734651
commit ef9c329898

View file

@ -20,6 +20,7 @@ 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/"
install -Ds -m755 "target/release/steamos-manager" "$(DESTDIR)/usr/lib/steamos-manager"
install -D -m755 "target/release/steamosctl" "$(DESTDIR)/usr/bin/steamosctl"