Browse Source

HUE-10. Makefile.vars: DESKTOP_PLUGIN_DIR incorrect

bcwalrus 15 years ago
parent
commit
aa4b473a61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.vars

+ 1 - 1
Makefile.vars

@@ -79,4 +79,4 @@ ENV_PYTHON_VERSION = $(shell $(ENV_PYTHON) -c 'import sys; print "python%d.%d"%
 ##############################
 ##############################
 # Path to the desktop hadoop plugin jar
 # Path to the desktop hadoop plugin jar
 ##############################
 ##############################
-DESKTOP_PLUGIN_JAR := $(ROOT)/desktop/libs/hadoop/build/java/hue-plugins-$(DESKTOP_VERSION).jar
+DESKTOP_PLUGIN_JAR := $(ROOT)/desktop/libs/hadoop/java-lib/hue-plugins-$(DESKTOP_VERSION).jar