From 60975110da4646eb16cf82a1e4549b10a88b976a Mon Sep 17 00:00:00 2001 From: arabian Date: Thu, 25 Sep 2025 18:40:06 +0300 Subject: [PATCH] fix pwsp.spec --- pwsp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwsp.spec b/pwsp.spec index 72e8c65..95c4f8b 100644 --- a/pwsp.spec +++ b/pwsp.spec @@ -39,7 +39,7 @@ install -Dm755 target/release/pwsp-gui %{buildroot}%{_bindir}/pwsp-gui install -Dm644 assets/pwsp-gui.desktop %{buildroot}%{_datadir}/applications/pwsp.desktop install -Dm644 assets/icon.png %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/pwsp.png -install -Dm644 assets/pwsp-daemon.service %{buildroot}%{_unitdir}/pwsp-daemon.service +install -Dm644 assets/pwsp-daemon.service %{buildroot}/usr/lib/systemd/user/pwsp-daemon.service %files %license LICENSE @@ -49,7 +49,7 @@ install -Dm644 assets/pwsp-daemon.service %{buildroot}%{_unitdir}/pwsp-daemon.se %{_bindir}/pwsp-gui %{_datadir}/applications/pwsp.desktop %{_datadir}/icons/hicolor/256x256/apps/pwsp.png -%{_unitdir}/pwsp-daemon.service +/usr/lib/systemd/user/pwsp-daemon.service %changelog %autochangelog \ No newline at end of file