Search harder for .packlist files

This commit is contained in:
Matthew Booth 2010-11-04 11:51:13 +00:00
parent baa5bca10f
commit 64cabf8ad3
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ cp v2v/virt-v2v.conf $RPM_BUILD_ROOT%{_sysconfdir}/
# Not clear why this is being created as there is nothing arch-specific in
# virt-v2v. It isn't packaged, though, so we need to delete it.
rm -f $RPM_BUILD_ROOT/%{perl_archlib}/auto/Sys/VirtV2V/.packlist
find $RPM_BUILD_ROOT/%{perl_archlib} -name .packlist -type f | xargs rm
%check