From: Kefu Chai Date: Wed, 17 Feb 2021 04:30:13 +0000 (+0800) Subject: ceph.spec.in: use %make_install macro X-Git-Tag: v17.1.0~2947^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=144bf31087e510afcc7ebd62b3f718f14f68bef9;p=ceph-ci.git ceph.spec.in: use %make_install macro hide buildroot in the implementation of this macro Signed-off-by: Kefu Chai --- 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