From 144bf31087e510afcc7ebd62b3f718f14f68bef9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 17 Feb 2021 12:30:13 +0800 Subject: [PATCH] ceph.spec.in: use %make_install macro hide buildroot in the implementation of this macro Signed-off-by: Kefu Chai --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index e6f988c68df..2dbf9f56eb8 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1295,7 +1295,7 @@ ctest %{_smp_mflags} %install pushd build -make DESTDIR=%{buildroot} install +%make_install # we have dropped sysvinit bits rm -f %{buildroot}/%{_sysconfdir}/init.d/ceph popd