diff --git a/setup.py b/setup.py index 1829efdf..21f568c9 100644 --- a/setup.py +++ b/setup.py @@ -128,8 +128,8 @@ def _copy_so_files(self, ext: CMakeExtension): break if ext.name == "store": - install_dir = FSSTORE_INSTALL_DIR - build_install_dir = "ucm/store" + install_dir = STORE_INSTALL_DIR + build_install_dir = STORE_INSTALL_DIR elif ext.name == "esaretrieval": install_dir = RETRIEVAL_INSTALL_DIR build_install_dir = "ucm/ucm_sparse/retrieval"