Merge commit '0d0dc9de679d36b2fe78306e3e8f223d8baf5b62' into ha
[lui-solr.git] / dev-install.sh
index fa92c62..f546a0d 100755 (executable)
@@ -38,8 +38,8 @@ EOF
 echo "Linking in lui-solr configuration..."
 mkdir $SOLR_DIR/server/solr/lui
 cd $SOLR_DIR/server/solr/lui
-ln -s ../../../../conf/solr-home/lui/conf conf
-ln -s ../../../../conf/solr-home/lui/core.properties core.properties
+ln -s ../../../../conf/solr/solr-home/lui/conf conf
+ln -s ../../../../conf/solr/solr-home/lui/core.properties core.properties
 
 echo "You can launch solr with the command \"$SOLR_DIR/bin/solr start\""