diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:56:05 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-23 22:56:05 +0000 |
commit | 7c975679160012dfd650a7f956781a9b4fa7f90c (patch) | |
tree | 1fc66d9752a5cb9e7178bf7c7f2f04b42d649039 /data/setuptools/make.sh | |
parent | ea11e48e252bb1df2d1229ef01fde0219c88bf3a (diff) |
Finished packaging the PyObjC stuff (finally), so the manual setuptools steps are no longer required.
git-svn-id: http://svn.telesphoreo.org/trunk@96 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/setuptools/make.sh')
-rw-r--r-- | data/setuptools/make.sh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/data/setuptools/make.sh b/data/setuptools/make.sh index f621d3428..992b4a4b7 100644 --- a/data/setuptools/make.sh +++ b/data/setuptools/make.sh @@ -1,3 +1,6 @@ -tail -n +9 "${PKG_DATA}/setuptools-0.6c7-py2.5.egg" >setuptools.zip -unzip -d setuptools setuptools.zip -cd setuptools +#tail -n +9 "${PKG_DATA}/setuptools-0.6c7-py2.5.egg" >setuptools.zip +#unzip -d setuptools setuptools.zip +#cd setuptools +pkg: mkdir -p /usr/bin /usr/lib/python2.5/site-packages +pkg: cp -a %/easy_install %/easy_install-2.5 /usr/bin +pkg: cp -a %/easy-install.pth %/setuptools-0.6c7-py2.5.egg %/setuptools.pth /usr/lib/python2.5/site-packages |