Remove unncesessary mkdir instruction

This commit is contained in:
David Muckle 2017-12-17 01:29:34 -05:00
parent ed9e9cde5a
commit 8079e1ba65

View File

@ -27,7 +27,6 @@ make -j2
%install
mkdir %{buildroot}%{_prefix} -p
make install DESTDIR=%{buildroot}
%clean