Skip to content

Commit

Permalink
PMM-11231 Adjust pmm-ui build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Mar 25, 2024
1 parent 4a302de commit 430cf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/packages/rpm/server/SPECS/pmm-managed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install -p -m 0755 bin/pmm-managed-starlark %{buildroot}%{_sbindir}/pmm-managed-
cd src/github.com/percona/pmm
cp -pa ./api/swagger %{buildroot}%{_datadir}/%{name}

cp -pa ./ui/dist %{_datadir}/pmm-ui
cp -pa ./ui/dist %{buildroot}%{_datadir}/pmm-ui

%files
%license src/%{provider}/LICENSE
Expand Down

0 comments on commit 430cf5e

Please sign in to comment.