Skip to content

Commit

Permalink
create dirs before install
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 23, 2023
1 parent 9c83a0b commit 75f5989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anda/others/rustdesk/rustdesk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ install res/[email protected] %{buildroot}/usr/share/icons/hicolor/256x256/apps/rus
install res/scalable.svg %{buildroot}/usr/share/icons/hicolor/scalable/apps/rustdesk.svg
install res/rustdesk.desktop %{buildroot}/usr/share/rustdesk/files/
install res/rustdesk-link.desktop %{buildroot}/usr/share/rustdesk/files/

install -d %{buildroot}/usr/share/applications/
install res/rustdesk.desktop %{buildroot}/usr/share/applications/
install res/rustdesk-link.desktop %{buildroot}/usr/share/applications/
install -d %{buildroot}/etc/systemd/system/
install res/rustdesk.service %{buildroot}/etc/systemd/system/rustdesk.service

%files
Expand Down

0 comments on commit 75f5989

Please sign in to comment.