mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
$NetBSD: patch-b2g_installer_package-manifest.in,v 1.1 2016/02/14 07:30:54 ryoon Exp $
|
|
|
|
--- b2g/installer/package-manifest.in.orig 2015-02-17 21:40:34.000000000 +0000
|
|
+++ b2g/installer/package-manifest.in
|
|
@@ -609,7 +609,7 @@
|
|
@BINPATH@/components/EngineeringModeAPI.js
|
|
@BINPATH@/components/EngineeringModeService.js
|
|
|
|
-#ifdef MOZ_DEBUG
|
|
+#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
|
|
@BINPATH@/components/TestInterfaceJS.js
|
|
@BINPATH@/components/TestInterfaceJS.manifest
|
|
#endif
|