From 172593fb41e7f456bd5c7f1955f035b75526a25a Mon Sep 17 00:00:00 2001 From: Ludovic <54670129+lbr38@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:58:54 +0200 Subject: [PATCH] patch --- .github/workflows/packaging/rpm/spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packaging/rpm/spec b/.github/workflows/packaging/rpm/spec index 1b890f2..a94d895 100644 --- a/.github/workflows/packaging/rpm/spec +++ b/.github/workflows/packaging/rpm/spec @@ -41,7 +41,8 @@ fi # Copy local files to the rpm build directory install -m 0700 -d $RPM_BUILD_ROOT/opt/ install -m 0700 -d $RPM_BUILD_ROOT/etc/ -install -d $RPM_BUILD_ROOT/lib/systemd/system/ +# TODO: service is not working for now +# install -d $RPM_BUILD_ROOT/lib/systemd/system/ cp -r /opt/linupdate $RPM_BUILD_ROOT/opt/ cp -r /etc/linupdate $RPM_BUILD_ROOT/etc/ # TODO: service is not working for now