diff options
author | elodotwe <jarau@mtu.edu> | 2020-01-02 20:09:53 -0500 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2020-01-03 02:09:53 +0100 |
commit | 587b80bf0f1f8ae626d608c3acbaab5c3f1856ad (patch) | |
tree | 66de940ec1caf2d151ad22f397f9b0c621eac996 /Ports/gcc | |
parent | 790eaab6f57be3e73487cbc76806ba8a8af22ebc (diff) | |
download | serenity-587b80bf0f1f8ae626d608c3acbaab5c3f1856ad.zip |
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.
Diffstat (limited to 'Ports/gcc')
-rw-r--r-- | Ports/gcc/patches/gcc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/gcc/patches/gcc.patch b/Ports/gcc/patches/gcc.patch index c11ac5cbc2..95d54ec713 100644 --- a/Ports/gcc/patches/gcc.patch +++ b/Ports/gcc/patches/gcc.patch @@ -7,7 +7,7 @@ index 75bb6a313..da281fb48 100755 # Copyright 1992-2019 Free Software Foundation, Inc. -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 # under the terms of the GNU General Public License as published by |