mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +02:00
setuptools: fix for python 2.7.
This commit is contained in:
@@ -10,7 +10,7 @@ CHECKSUM_SHA256="238142293c36d2b56c83df1886b4c1fc4af77d0c203c68b8f4e57d8995babfe
|
||||
SOURCE_DIR="setuptools-$portVersion"
|
||||
LICENSE="Python"
|
||||
COPYRIGHT="2006-2014 Python Packaging Authority"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -48,5 +48,5 @@ INSTALL()
|
||||
# easy_install cannot tolerate not being installed alongside setuptools,
|
||||
# so just delete it.
|
||||
rm $prefix/bin/easy_install
|
||||
rm $prefix/bin/easy_install-2.6
|
||||
rm $prefix/bin/easy_install-2.?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user