Skip to content

Commit

Permalink
Fixed agama-web-ui.spec
Browse files Browse the repository at this point in the history
There are no *.json files in the package anymore.
  • Loading branch information
lslezak committed May 10, 2024
1 parent 6534030 commit d56b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package/agama-web-ui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local-npm-registry %{_sourcedir} install --with=dev --legacy-peer-deps || ( find
NODE_ENV="production" npm run build

%install
install -D -m 0644 --target-directory=%{buildroot}%{_datadir}/agama/web_ui %{_builddir}/agama/dist/*.{gz,html,js,json,map,svg}
install -D -m 0644 --target-directory=%{buildroot}%{_datadir}/agama/web_ui %{_builddir}/agama/dist/*.{gz,html,js,map,svg}
install -D -m 0644 --target-directory=%{buildroot}%{_datadir}/agama/web_ui/fonts %{_builddir}/agama/dist/fonts/*.woff?

%files
Expand Down

0 comments on commit d56b1ad

Please sign in to comment.