mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
Ports: Rename a few .diff files to .patch
Let's keep things consistent, .diff is the name we use pretty much everywhere. Also tweak the glob in .port_includes.sh to be 'patches/*.patch' rather than just 'patches/*'.
This commit is contained in:
parent
95988b44a0
commit
2bc9726e3c
7 changed files with 1 additions and 1 deletions
12
Ports/rsync/patches/config.sub.patch
Normal file
12
Ports/rsync/patches/config.sub.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -ru rsync-3.1.3/config.sub rsync-3.1.3-port/config.sub
|
||||
--- rsync-3.1.3/config.sub 2013-05-19 18:01:07.000000000 -0400
|
||||
+++ rsync-3.1.3-port/config.sub 2020-05-01 20:10:00.171268526 -0400
|
||||
@@ -1373,7 +1373,7 @@
|
||||
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||
- | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||
+ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* | -serenity* \
|
||||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
Loading…
Add table
Add a link
Reference in a new issue