Bill Gianopoulos 2 years ago
parent
commit
fbd61e63fe
1 changed files with 3 additions and 3 deletions
  1. 3 3
      comm-central/patches/WIP-1783623-port1524687-suite.patch

+ 3 - 3
comm-central/patches/WIP-1783623-port1524687-suite.patch

@@ -30,7 +30,7 @@ new file mode 100644
 +            'cid': '{39b688ec-e308-49e5-be6b-28dc7fcd6154}',
 +            'contract_ids': shell_service_contracts,
 +            'type': 'nsGNOMEShellService',
-+            'headers': ['/suite/components/shell/nsGNOMEShellService.h'],
++            'headers': ['/comm/suite/components/shell/nsGNOMEShellService.h'],
 +            'init_method': 'Init',
 +        },
 +    ]
@@ -41,7 +41,7 @@ new file mode 100644
 +            'cid': '{39b688ec-e308-49e5-be6b-28dc7fcd6154}',
 +            'contract_ids': shell_service_contracts,
 +            'type': 'nsMacShellService',
-+            'headers': ['/suite/components/shell/nsMacShellService.h'],
++            'headers': ['/comm/suite/components/shell/nsMacShellService.h'],
 +        },
 +    ]
 +elif buildconfig.substs['OS_ARCH'] == 'WINNT':
@@ -50,7 +50,7 @@ new file mode 100644
 +            'cid': '{39b688ec-e308-49e5-be6b-28dc7fcd6154}',
 +            'contract_ids': shell_service_contracts,
 +            'type': 'nsWindowsShellService',
-+            'headers': ['/suite/components/shell/nsWindowsShellService.h'],
++            'headers': ['/comm/suite/components/shell/nsWindowsShellService.h'],
 +        },
 +    ]
 diff --git a/suite/components/build/moz.build b/suite/components/build/moz.build