fix spec error

This commit is contained in:
HukunaMatata 2020-02-18 21:46:07 +08:00
parent 40429b83f9
commit 9427148699

View File

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