From da7f8535505ac77feb09f51b7751558529dee67e Mon Sep 17 00:00:00 2001 From: Mark Longair Date: Thu, 28 Nov 2013 16:13:44 +0000 Subject: Move acts_as_xapian out of vendor/plugins This includes making making sure that xapiandbs directory is moved with this version of the code. --- script/compact-xapian-database | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/compact-xapian-database') diff --git a/script/compact-xapian-database b/script/compact-xapian-database index f1a6058b0..982c0e878 100755 --- a/script/compact-xapian-database +++ b/script/compact-xapian-database @@ -4,7 +4,7 @@ export RAILS_ENV=$1 set -e if [ -x /usr/bin/xapian-compact ]; then - XAPIAN_DB_DIR=$( cd "$( dirname "$0" )" && pwd )/../vendor/plugins/acts_as_xapian/xapiandbs + XAPIAN_DB_DIR=$( cd "$( dirname "$0" )" && pwd )/../lib/acts_as_xapian/xapiandbs if [ -e "$XAPIAN_DB_DIR/$RAILS_ENV.new" ]; then echo >&2 "Didn't compact Xapian database because there was an existing database at $XAPIAN_DB_DIR/$RAILS_ENV.new" exit 1 -- cgit v1.2.3