From 52012ff8c339451de298cb04d863a9373ba35dc7 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Fri, 22 Jun 2018 14:56:59 +0800 Subject: [PATCH] typo --- build/dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dist b/build/dist index d335b1cd9..e3b8132c6 100755 --- a/build/dist +++ b/build/dist @@ -138,7 +138,7 @@ echo "Kyuubi $VERSION $GITREVSTRING built for Spark $SPARK_VERSION" > "$DISTDIR/ echo "Build flags: $@" >> "$DISTDIR/RELEASE" # Copy jar -cp "$KYUUBI_HOME/target/kyuubi-server-$VERSION.jar" "$DISTDIR/lib/" +cp "$KYUUBI_HOME/kyuubi-server/target/kyuubi-server-$VERSION.jar" "$DISTDIR/lib/" # Copy license and ASF files cp "$KYUUBI_HOME/LICENSE" "$DISTDIR" cp -r "$KYUUBI_HOME/bin" "$DISTDIR"