Skip to content

Commit

Permalink
Merge remote-tracking branch 'gh/stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
liewegas committed May 30, 2012
2 parents 6dd93b9 + e868b44 commit 2b856ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ BuildRequires: python
BuildRequires: libaio-devel
BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: libuuid-devel

#################################################################################
# specific
Expand Down Expand Up @@ -213,9 +214,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
Expand Down

0 comments on commit 2b856ac

Please sign in to comment.