diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-19 15:28:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-28 01:53:51 +0200 |
commit | 5b336ac46f60606cdcf77889d624ce15cdd62530 (patch) | |
tree | 469c0dd598b072d13b9a27f458c96c8353745638 /loader/loader.cxx | |
parent | 3e37999a5f9efd4caf44c40985b3e1254660a625 (diff) |
Implement package search by terms
Diffstat (limited to 'loader/loader.cxx')
-rw-r--r-- | loader/loader.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/loader.cxx b/loader/loader.cxx index dd9cb5a..633521f 100644 --- a/loader/loader.cxx +++ b/loader/loader.cxx @@ -160,9 +160,7 @@ load_repositories (path p) // process. // if (r.local_path.relative ()) - { r.local_path = p.directory () / r.local_path; - } try { |