Skip to content

Commit

Permalink
Fix removal of automatically installed doc files when building rpms
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Aug 23, 2012
1 parent 8857544 commit 80d33e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqb.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ make check
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
rm -rf $RPM_BUILD_ROOT/%{_docdir}/*
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/libqb

%clean
rm -rf $RPM_BUILD_ROOT
Expand Down

0 comments on commit 80d33e8

Please sign in to comment.