diff options
Diffstat (limited to 'search/bin/build-index')
| -rwxr-xr-x | search/bin/build-index | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/search/bin/build-index b/search/bin/build-index index 02866d1..b7fa2fc 100755 --- a/search/bin/build-index +++ b/search/bin/build-index @@ -50,10 +50,10 @@ my $file = $bucky->index_filename; print_timer($timer, "Dumped $file"); -system("/bin/mv", "search.db", "search.db.1"); -system("/bin/mv", "$file", "search.db"); -print "OLD: " ; system("/bin/ls", "-l", "./search.db.1"); -print "NEW: " ; system("/bin/ls", "-l", "./search.db"); +system("/bin/mv", "./search/db/search.db", "./search/db/search.db.1"); +system("/bin/mv", "$file", "./search/db/search.db"); +print "OLD: " ; system("/bin/ls", "-l", "./search/db/search.db.1"); +print "NEW: " ; system("/bin/ls", "-l", "./search/db/search.db"); # system("/usr/bin/perl", "./build-autocomplete"); exit; |
