浏览代码

Ports: Add missing ' after timestamp in GCC patch (#1004)

Looks like this got missed, maybe a messy `git add --patch` job? It
caused packaging of the gcc port to fail.
elodotwe 5 年之前
父节点
当前提交
587b80bf0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Ports/gcc/patches/gcc.patch

+ 1 - 1
Ports/gcc/patches/gcc.patch

@@ -7,7 +7,7 @@ index 75bb6a313..da281fb48 100755
  #   Copyright 1992-2019 Free Software Foundation, Inc.
  #   Copyright 1992-2019 Free Software Foundation, Inc.
  
  
 -timestamp='2019-01-01'
 -timestamp='2019-01-01'
-+timestamp='2020-01-01
++timestamp='2020-01-02'
  
  
  # This file is free software; you can redistribute it and/or modify it
  # This file is free software; you can redistribute it and/or modify it
  # under the terms of the GNU General Public License as published by
  # under the terms of the GNU General Public License as published by