Browse Source

this time for sure

Bill Gianopoulos 3 years ago
parent
commit
ec015a91ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frg-buildfixes/comm/9999999-disablemaint-257.patch

+ 1 - 1
frg-buildfixes/comm/9999999-disablemaint-257.patch

@@ -21,7 +21,7 @@ diff --git a/suite/moz.configure b/suite/moz.configure
 +@depends(target)
 +def is_winnt(target):
 +    if target.os == "WINNT":
-+    return True
++        return True
 +
 +imply_option('--enable-maintenance-service', False)
 +