소스 검색

fix(manifest): use install_paths for suggested path resolution

clanker 1 개월 전
부모
커밋
71f7749df8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/Manifest.vala

+ 1 - 1
src/lib/Manifest.vala

@@ -401,7 +401,7 @@ namespace Usm {
                             }
                             var install_paths = paths.clone();
                             install_paths.destination = install_path;
-                            base_path = paths.get_suggested_path_for_resource(resource.key);
+                            base_path = install_paths.get_suggested_path_for_resource(resource.key);
                             break;
                         default:
                             assert_not_reached();