fix error in spec

This commit is contained in:
Peter Halliday 2010-03-07 02:22:37 +00:00
commit 1188103830

View file

@ -29,7 +29,7 @@ pip is meant to improve on easy_install.bulletin boards, etc.).
%prep
%setup -q -n %{srcname}-%{version}
%{__sed} -i '1d' pip.py
%{__sed} -i '1d' pip/__init__.py
%build
%{__python} setup.py build