1 parent 73774c5 commit dcc9697Copy full SHA for dcc9697
1 file changed
tools/gae-zip-creator.sh
@@ -41,8 +41,8 @@ ${ENV_PATH}/bin/pip install -b ${BUILD_PATH} -t ${LIB_PATH} . >> ${LOG_PATH}
41
42
# Prune the things we don't want.
43
echo "Pruning target library"
44
-find ${TARGET_PATH} -name "*.pyc" -exec rm {} \; >> ${LOG_PATH}
45
-rm -rf ${TARGET_PATH}/*.egg-info >> ${LOG_PATH}
+find ${LIB_PATH} -name "*.pyc" -exec rm {} \; >> ${LOG_PATH}
+rm -rf ${LIB_PATH}/*.egg-info >> ${LOG_PATH}
46
47
# Create the zip.
48
echo "Creating zip"
0 commit comments