Skip to content

Commit

Permalink
fix(web): package: do not try to install non-existant directories
Browse files Browse the repository at this point in the history
The logos/ directory is already inside web_ui/.

Signed-off-by: Eugenio Paolantonio <[email protected]>
  • Loading branch information
g7 committed Sep 6, 2024
1 parent f05eb53 commit 35b702d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions web/package/agama-web-ui.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 6 16:38:06 UTC 2024 - Eugenio Paolantonio <[email protected]>

- Do not try to install assets/ and products/ directories (everything
is inside agama/web_ui/ already)

-------------------------------------------------------------------
Fri Sep 6 15:04:58 UTC 2024 - Lubos Kocman <[email protected]>

Expand Down
2 changes: 0 additions & 2 deletions web/package/agama-web-ui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,5 @@ install -D -m 0644 --target-directory=%{buildroot}%{_datadir}/agama/web_ui/asset
%license LICENSE
%dir %{_datadir}/agama
%{_datadir}/agama/web_ui
%{_datadir}/agama/assets
%{_datadir}/agama/products

%changelog

0 comments on commit 35b702d

Please sign in to comment.