# HG changeset patch # User jbe # Date 1433164292 -7200 # Node ID 5f9cf5a1d12f4e02a3b9fabc71bf81cbbeb4b1dc # Parent baa99640ad6932694d22ee7ff5b97ac8da3a9890 Added missing "lf_update_suggestion_order" file to "cp" command in INSTALL.mkd and INSTALL.html diff -r baa99640ad69 -r 5f9cf5a1d12f INSTALL.html --- a/INSTALL.html Wed Apr 22 21:14:08 2015 +0200 +++ b/INSTALL.html Mon Jun 01 15:11:32 2015 +0200 @@ -54,7 +54,7 @@ # from http://www.public-software-group.org/pub/projects/liquid_feedback/backend/ make mkdir /opt/liquid_feedback_core -cp core.sql lf_update lf_update_issue_order /opt/liquid_feedback_core +cp core.sql lf_update lf_update_issue_order lf_update_suggestion_order /opt/liquid_feedback_core su www-data -s $SHELL cd /opt/liquid_feedback_core createdb liquid_feedback diff -r baa99640ad69 -r 5f9cf5a1d12f INSTALL.mkd --- a/INSTALL.mkd Wed Apr 22 21:14:08 2015 +0200 +++ b/INSTALL.mkd Mon Jun 01 15:11:32 2015 +0200 @@ -53,7 +53,7 @@ # from http://www.public-software-group.org/pub/projects/liquid_feedback/backend/ make mkdir /opt/liquid_feedback_core - cp core.sql lf_update lf_update_issue_order /opt/liquid_feedback_core + cp core.sql lf_update lf_update_issue_order lf_update_suggestion_order /opt/liquid_feedback_core su www-data -s $SHELL cd /opt/liquid_feedback_core createdb liquid_feedback