Author: jbeich Date: Tue Jun 10 14:34:38 2014 New Revision: 1596 Log: unbreak install with DEBUG
Added: trunk/www/firefox-nightly/files/patch-bug1013882 trunk/www/firefox/files/patch-bug1013882 Added: trunk/www/firefox-nightly/files/patch-bug1013882 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox-nightly/files/patch-bug1013882 Tue Jun 10 14:34:38 2014 (r1596) @@ -0,0 +1,14 @@ +--- browser/installer/package-manifest.in~ ++++ browser/installer/package-manifest.in +@@ -573,11 +573,6 @@ + @BINPATH@/components/MozKeyboard.js + @BINPATH@/components/InputMethod.manifest + +-#ifdef MOZ_DEBUG +-@BINPATH@/components/TestInterfaceJS.js +-@BINPATH@/components/TestInterfaceJS.manifest +-#endif +- + ; Modules + @BINPATH@/browser/modules/* + @BINPATH@/modules/* Added: trunk/www/firefox/files/patch-bug1013882 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox/files/patch-bug1013882 Tue Jun 10 14:34:38 2014 (r1596) @@ -0,0 +1,14 @@ +--- browser/installer/package-manifest.in~ ++++ browser/installer/package-manifest.in +@@ -573,11 +573,6 @@ + @BINPATH@/components/MozKeyboard.js + @BINPATH@/components/InputMethod.manifest + +-#ifdef MOZ_DEBUG +-@BINPATH@/components/TestInterfaceJS.js +-@BINPATH@/components/TestInterfaceJS.manifest +-#endif +- + ; Modules + @BINPATH@/browser/modules/* + @BINPATH@/modules/* _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
