Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jul 16, 2024
1 parent d677e6a commit 172593f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packaging/rpm/spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 172593f

Please sign in to comment.