missing arg to install script

This commit is contained in:
T.C. Hollingsworth 2013-01-10 02:15:32 -07:00
parent 635c95957b
commit e31d02038d

View File

@ -110,7 +110,7 @@ make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
./tools/install.py %{buildroot} ./tools/install.py install %{buildroot}
# and remove dtrace file again # and remove dtrace file again
rm -rf %{buildroot}/%{_prefix}/lib/dtrace rm -rf %{buildroot}/%{_prefix}/lib/dtrace