Version 0.11
[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\""