From 5eda9b7048a37f95709d6b4ce60ea603e2e344cc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 25 May 2012 09:28:07 -0700 Subject: ceph.spec.in: drop unnecessary rmdirs This hunk was inadvertantly included in a330c64. Reported-by: Guido Winkelmann Signed-off-by: Sage Weil --- ceph.spec.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'ceph.spec.in') diff --git a/ceph.spec.in b/ceph.spec.in index 80e6dc784ca..6b15400cec7 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -233,9 +233,6 @@ make -j$(getconf _NPROCESSORS_ONLN) %install make DESTDIR=$RPM_BUILD_ROOT install -rmdir $RPM_BUILD_ROOT/bin -rmdir $RPM_BUILD_ROOT/lib -rmdir $RPM_BUILD_ROOT/include find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' install -D src/init-ceph $RPM_BUILD_ROOT%{_initrddir}/ceph -- cgit v1.2.1