Skip to content

Commit eb57fbe

Browse files
committed
distribute the env script
1 parent dd34a1b commit eb57fbe

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
22
SUBDIRS = . src
3+
dist_bin_SCRIPTS = alluxio-client-env.sh
4+
dist_doc_DATA = README.md

env.sh renamed to alluxio-client-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ find_alluxio()
3030
{
3131
base_dir=$ALLUXIO_HOME
3232
if [[ -z $base_dir ]]; then
33-
base_dir=$HOME/Project/alluxio/1.2.0 # change if necessary
33+
base_dir=$HOME/alluxio # change if necessary
3434
fi
3535
clientjarpath=$base_dir/core/client/target/alluxio-core-client-1.2.0-jar-with-dependencies.jar
3636
if [ -f $clientjarpath ]; then

0 commit comments

Comments
 (0)