Skip to content

Commit

Permalink
Fix missing directory (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest authored Jun 28, 2023
1 parent 38257da commit cd060f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/osman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Tool to manage OS images

%install
mkdir -p %{buildroot}/usr/bin
mkdir -p %{buildroot}/usr/local/lib/systemd/system

cp ./bin/osman-app %{buildroot}/usr/bin/osman
cp ./build/osman-autostart.service %{buildroot}/usr/local/lib/systemd/system/osman-autostart.service

Expand Down

0 comments on commit cd060f8

Please sign in to comment.