Skip to content

Commit

Permalink
Fixed agama-web-ui.spec (#1193)
Browse files Browse the repository at this point in the history
- Fixed RPM build, after removing `manifest.json` there are no `*.json`
files in the package anymore.
  • Loading branch information
lslezak committed May 10, 2024
2 parents 5e996aa + d56b1ad commit 0b14cc5
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 0b14cc5

Please sign in to comment.