Skip to content

Commit 61a8385

Browse files
committed
apparently I can't into weekdays
1 parent 3ce2ea2 commit 61a8385

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

liquidWeb.spec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Services are managed via systemd using liquidWeb.target.
2424
%install
2525
# Create base dir
2626
mkdir -p %{buildroot}/usr/lib/liquidWeb
27+
mkdir -p %{buildroot}/lib/systemd/system
2728

2829
# Binaries
2930
install -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
3334
cp -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
4041
systemctl 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

0 commit comments

Comments
 (0)