summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-12-27 20:28:19 +0100
committerRemi Collet <fedora@famillecollet.com>2010-12-27 20:28:19 +0100
commitf45d6168ad6e4cb7763b63989a9c65f1b04a2c93 (patch)
tree351df4e90b08ad1ab7ab50b514e1c0214f3628a2
parent392d601754f2907603d6177664da910f6ca32c3b (diff)
-rw-r--r--perl-AnyEvent-HTTP.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-AnyEvent-HTTP.spec b/perl-AnyEvent-HTTP.spec
index a6e38a3..3bc934f 100644
--- a/perl-AnyEvent-HTTP.spec
+++ b/perl-AnyEvent-HTTP.spec
@@ -52,10 +52,10 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -print
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -print
-chmod -R u+rwX,go+rX,go-w %{buildroot}/*
+%{_fixperms} %{buildroot}%{_prefix}
%clean