Skip to content

Commit

Permalink
rpm: spec: fix failing 'install' phase
Browse files Browse the repository at this point in the history
Commit 405fc04 incorrectly added extra
'%' character by mistake before 'multilib_fix_c_header' call.
  • Loading branch information
prajnoha committed Sep 27, 2023
1 parent 86f0ebc commit e63bc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/sid.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rm -f %{buildroot}/%{_libdir}/sid/*.{a,la}
rm -f %{buildroot}/%{_libdir}/sid/modules/ucmd/block/*.{a,la}
rm -f %{buildroot}/%{_libdir}/sid/modules/ucmd/type/*.{a,la}
rm -f %{buildroot}/%{_libdir}/sid/modules/ucmd/type/dm/*.{a,la}
%%multilib_fix_c_header --file %{_includedir}/sid/config.h
%multilib_fix_c_header --file %{_includedir}/sid/config.h

%files
%license COPYING BSD_LICENSE
Expand Down

0 comments on commit e63bc93

Please sign in to comment.