diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-09 08:35:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-09 08:35:06 +0000 |
commit | 9bc18a221eee9ba643e29f807f82f6f2b051e49e (patch) | |
tree | 24fc14aee5cfb3a40f1eb4af5e2d0417ac76430e | |
parent | Fix broken plist (diff) |
- Relax compileall.py failure
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=106554
-rw-r--r-- | www/squishdot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squishdot/Makefile b/www/squishdot/Makefile index 5481fecf5905..42c271756131 100644 --- a/www/squishdot/Makefile +++ b/www/squishdot/Makefile @@ -30,7 +30,7 @@ ZOPEPRODUCTDIR= lib/python/Products WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} do-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} 2>/dev/null + -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} 2>/dev/null do-install: @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} |