diff options
-rw-r--r-- | etc/defaults/patch/TARGETS | 5 | ||||
-rw-r--r-- | etc/toolchain/patch/TARGETS | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/defaults/patch/TARGETS b/etc/defaults/patch/TARGETS new file mode 100644 index 00000000..7f35ee5a --- /dev/null +++ b/etc/defaults/patch/TARGETS @@ -0,0 +1,5 @@ +{ "defaults": + { "type": ["patch", "defaults"] + , "base": [["@", "toolchain", "patch", "defaults"]] + } +} diff --git a/etc/toolchain/patch/TARGETS b/etc/toolchain/patch/TARGETS new file mode 100644 index 00000000..9a0ad77a --- /dev/null +++ b/etc/toolchain/patch/TARGETS @@ -0,0 +1,6 @@ +{ "defaults": + { "type": ["patch", "defaults"] + , "PATCH": ["patch"] + , "PATH": ["/bin", "/usr/bin"] + } +} |