From be70cfd29d039f74d87a019a86dd6a41335abd49 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 20 Jul 2020 17:24:17 -0400 Subject: [PATCH] see 15.2.4-3, hopefully for real this time and use /usr/bin/make install DESTDIR=/home/kkeithle/rpmbuild/BUILDROOT/ceph-15.2.4-7.fc33.x86_64 INSTALL="/usr/bin/install -p" macro Signed-off-by: Kaleb S. KEITHLEY --- ceph.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index 672a98f..840793f 100644 --- a/ceph.spec +++ b/ceph.spec @@ -1277,7 +1277,7 @@ make "$CEPH_MFLAGS_JOBS" %install pushd build -make DESTDIR=%{buildroot} install +%make_install # we have dropped sysvinit bits rm -f %{buildroot}/%{_sysconfdir}/init.d/ceph popd @@ -2371,6 +2371,7 @@ exit 0 %changelog * Fri Jul 17 2020 Kaleb S. KEITHLEY - 2:15.2.4-7 - see 15.2.4-3, hopefully for real this time +- and use %make_install macro * Fri Jul 17 2020 Kaleb S. KEITHLEY - 2:15.2.4-6 - see 15.2.4-4