fix lib directory for ExtUtils in %install.

This commit is contained in:
Robin Norwood 2007-02-27 17:53:57 +00:00
parent 87dc402003
commit c563b8199c
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ popd
# miniperl? As an interpreter? How odd.
sed -i 's|./miniperl|/usr/bin/perl|' $RPM_BUILD_ROOT%{_libdir}/perl5/%{version}/ExtUtils/xsubpp
chmod +x $RPM_BUILD_ROOT%{_libdir}/perl5/%{version}/ExtUtils/xsubpp
chmod +x $RPM_BUILD_ROOT/usr/lib/perl5/%{version}/ExtUtils/xsubpp
# Don't need the .packlist
rm -f $RPM_BUILD_ROOT%{_libdir}/perl5/%{version}/%{perl_archname}/.packlist