File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Services are managed via systemd using liquidWeb.target.
2424%install
2525# Create base dir
2626mkdir -p %{buildroot }/usr/lib/liquidWeb
27+ mkdir -p %{buildroot }/lib/systemd/system
2728
2829# Binaries
2930install -Dm755 bin/frame-receiver %{buildroot }/usr/lib/liquidWeb/frame-receiver
@@ -33,8 +34,8 @@ install -Dm755 bin/hardware-server %{buildroot}/usr/lib/liquidWeb/hardware-serve
3334cp -a integration-runner %{buildroot }/usr/lib/liquidWeb/
3435
3536# systemd units
36- install -Dm644 systemd/*.service %{buildroot }/lib/systemd/system/
37- install -Dm644 systemd/*.target %{buildroot }/lib/systemd/system/
37+ install -m644 systemd/*.service %{buildroot }/lib/systemd/system/
38+ install -m644 systemd/*.target %{buildroot }/lib/systemd/system/
3839
3940%post
4041systemctl daemon-reload
@@ -60,5 +61,5 @@ systemctl daemon-reload
6061/lib/systemd/system/liquidWeb-hardware-server.service
6162
6263%changelog
63- * Wed Jan 29 2026 PouekDEV <stuff@pouekdev.one> - 0.9.0-1
64+ * Thu Jan 29 2026 PouekDEV <stuff@pouekdev.one> - 0.9.0-1
6465- Test
You can’t perform that action at this time.
0 commit comments