Readd the explicit definition of EASY_INSTALL_CMD to fix INDEX.
This commit is contained in:
parent
c458e7bd28
commit
9c57519912
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221834
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ PYDISTUTILS_PKGNAME= TracAccountManager
|
|||
PYDISTUTILS_PKGVERSION= 0.2.1dev
|
||||
WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk
|
||||
|
||||
EASY_INSTALL_CMD?= easy_install-${PYTHON_VER}
|
||||
|
||||
pre-build:
|
||||
cd ${WRKSRC} && ${PYTHON_CMD} setup.py bdist_egg
|
||||
|
||||
|
|
Loading…
Reference in a new issue