mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
$NetBSD: patch-b2g_installer_package-manifest.in,v 1.5 2015/07/03 10:25:40 ryoon Exp $
|
|
|
|
--- b2g/installer/package-manifest.in.orig 2015-06-18 20:55:24.000000000 +0000
|
|
+++ b2g/installer/package-manifest.in
|
|
@@ -671,7 +671,7 @@
|
|
@RESPATH@/components/EngineeringModeAPI.js
|
|
@RESPATH@/components/EngineeringModeService.js
|
|
|
|
-#ifdef MOZ_DEBUG
|
|
+#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
|
|
@RESPATH@/components/TestInterfaceJS.js
|
|
@RESPATH@/components/TestInterfaceJS.manifest
|
|
#endif
|