Skip to content

Commit 9b97765

Browse files
committed
Fix path
1 parent 74d779b commit 9b97765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/make-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ cp -r "$SPARK_HOME/python" "$DISTDIR"
244244

245245
# Remove the python distribution from dist/ if we built it
246246
if [ "$MAKE_PIP" == "true" ]; then
247-
rm $DISTDIR/pyspark-*.tar.gz
247+
rm -f $DISTDIR/python/dist/pyspark-*.tar.gz
248248
fi
249249

250250
cp -r "$SPARK_HOME/sbin" "$DISTDIR"

0 commit comments

Comments
 (0)