From 11881038303bb78e9fbc85a0844258f5b47cb140 Mon Sep 17 00:00:00 2001 From: Peter Halliday Date: Sun, 7 Mar 2010 02:22:37 +0000 Subject: [PATCH] fix error in spec --- python-pip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index d084ae7..439387d 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -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