tools/vm is now tools/mm

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2023-02-28 11:10:18 -06:00
parent 45a27edf5c
commit a3c46e9f16
No known key found for this signature in database
GPG Key ID: B8FA7924A4B1C140
1 changed files with 2 additions and 2 deletions

View File

@ -2464,7 +2464,7 @@ pushd tools/gpio/
%{tools_make}
popd
# build VM tools
pushd tools/vm/
pushd tools/mm/
%{tools_make} slabinfo page_owner_sort
popd
pushd tools/tracing/rtla
@ -2748,7 +2748,7 @@ pushd tools/kvm/kvm_stat
install -m644 -D kvm_stat.service %{buildroot}%{_unitdir}/kvm_stat.service
popd
# install VM tools
pushd tools/vm/
pushd tools/mm/
install -m755 slabinfo %{buildroot}%{_bindir}/slabinfo
install -m755 page_owner_sort %{buildroot}%{_bindir}/page_owner_sort
popd