Skip to content

Commit

Permalink
restore PerlMagick build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed May 2, 2024
1 parent 147fbb4 commit 599df37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ImageMagick.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ find %{buildroot} -name "perllocal.pod" |xargs rm -f

# perlmagick: build files list
echo "%defattr(-,root,root,-)" > perl-pkg-files
mv %{buildroot}/%{_prefix}/man/man3 %{buildroot}/%{_prefix}/share/man
mv %{buildroot}/%{_prefix}/lib/perl* %{buildroot}/%{_libdir}
find %{buildroot}/%{_libdir}/perl* -type f -print \
| sed "s@^%{buildroot}@@g" > perl-pkg-files
if [ -z perl-pkg-files ] ; then
Expand Down

0 comments on commit 599df37

Please sign in to comment.