We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd34a1b commit eb57fbeCopy full SHA for eb57fbe
2 files changed
Makefile.am
@@ -1,2 +1,4 @@
1
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
2
SUBDIRS = . src
3
+dist_bin_SCRIPTS = alluxio-client-env.sh
4
+dist_doc_DATA = README.md
env.sh alluxio-client-env.shenv.sh renamed to alluxio-client-env.sh
@@ -30,7 +30,7 @@ find_alluxio()
30
{
31
base_dir=$ALLUXIO_HOME
32
if [[ -z $base_dir ]]; then
33
- base_dir=$HOME/Project/alluxio/1.2.0 # change if necessary
+ base_dir=$HOME/alluxio # change if necessary
34
fi
35
clientjarpath=$base_dir/core/client/target/alluxio-core-client-1.2.0-jar-with-dependencies.jar
36
if [ -f $clientjarpath ]; then
0 commit comments