From 1c3b561fa8d7a370651c77f6b8e22c8aa9c8d9f1 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Tue, 9 Dec 2025 17:54:00 +0300 Subject: Fix multibinary installing --- src/pkgtoolkit/git_source.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pkgtoolkit/git_source.rs') diff --git a/src/pkgtoolkit/git_source.rs b/src/pkgtoolkit/git_source.rs index 0bedf0a..d20feb0 100644 --- a/src/pkgtoolkit/git_source.rs +++ b/src/pkgtoolkit/git_source.rs @@ -73,7 +73,6 @@ impl GitSource { } } - // Fall back to index if INSTALL file doesn't exist or doesn't have git_repo let index_path = Path::new(&config.paths.cache_dir).join("INDEX.toml"); if !index_path.exists() { -- cgit v1.2.3