[perl-HTML-FormatText-WithLinks-AndTables] fix fixperms

Peter Robinson pbrobinson at fedoraproject.org
Thu Feb 21 16:21:42 UTC 2013


commit 82dab17021a02139be0a57cd932cadc66c369a87
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Feb 21 16:21:29 2013 +0000

    fix fixperms

 perl-HTML-FormatText-WithLinks-AndTables.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTML-FormatText-WithLinks-AndTables.spec b/perl-HTML-FormatText-WithLinks-AndTables.spec
index 1ee85d3..944f683 100644
--- a/perl-HTML-FormatText-WithLinks-AndTables.spec
+++ b/perl-HTML-FormatText-WithLinks-AndTables.spec
@@ -45,7 +45,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-fixperms $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test



More information about the perl-devel mailing list