From: Sage Weil Date: Fri, 25 May 2012 16:28:07 +0000 (-0700) Subject: ceph.spec.in: drop unnecessary rmdirs X-Git-Tag: v0.47.3~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5eda9b7048a37f95709d6b4ce60ea603e2e344cc;p=ceph.git ceph.spec.in: drop unnecessary rmdirs This hunk was inadvertantly included in a330c64. Reported-by: Guido Winkelmann Signed-off-by: Sage Weil --- diff --git a/ceph.spec.in b/ceph.spec.in index 80e6dc784ca4..6b15400cec7d 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