!2 fix mainline build error

Merge pull request !2 from HukunaMatata/master
This commit is contained in:
openeuler-ci-bot 2020-02-18 22:02:10 +08:00 committed by Gitee
commit b3c44cdfe6

View File

@ -32,7 +32,7 @@ perl Makefile.PL INSTALLDIRS=vendor
%make_build
%install
%exclude %{buildroot}
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}