summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-09 08:35:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-09 08:35:06 +0000
commit9bc18a221eee9ba643e29f807f82f6f2b051e49e (patch)
tree24fc14aee5cfb3a40f1eb4af5e2d0417ac76430e
parentFix broken plist (diff)
- Relax compileall.py failure
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=106554
-rw-r--r--www/squishdot/Makefile2
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}