Skip to content

Commit

Permalink
[packaging] Remove libtool .la files in RPM SPEC
Browse files Browse the repository at this point in the history
Signed-off-by: Rinigus <rinigus.git@gmail.com>
  • Loading branch information
rinigus committed Aug 31, 2020
1 parent 62091c5 commit bc79c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpm/libiphb.spec
Expand Up @@ -61,6 +61,7 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
%make_install
rm -f %{buildroot}/%{_libdir}/*.la

mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
install -m0644 -t %{buildroot}%{_docdir}/%{name}-%{version} \
Expand Down

0 comments on commit bc79c67

Please sign in to comment.