diff options
Diffstat (limited to 'meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch')
| -rw-r--r-- | meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch b/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch deleted file mode 100644 index 490990d29d..0000000000 --- a/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From 7c00d75d16da18a9998fc4cca28d3c953dd54ceb Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= <peron.clem@gmail.com> | ||
| 3 | Date: Mon, 14 Feb 2022 18:37:22 +0100 | ||
| 4 | Subject: [PATCH] Cmds: automatically create folder | ||
| 5 | |||
| 6 | --- | ||
| 7 | Upstream-Status: Pending | ||
| 8 | |||
| 9 | Cmds | 3 ++- | ||
| 10 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/Cmds b/Cmds | ||
| 13 | index e590b38..3df23b8 100644 | ||
| 14 | --- a/Cmds | ||
| 15 | +++ b/Cmds | ||
| 16 | @@ -44,7 +44,8 @@ ifeq ("$(origin PREFIX)", "$(filter $(origin PREFIX), file command line)") | ||
| 17 | INSTX = echo -e " INST\t$(1)" && install -d $(2) && \ | ||
| 18 | install -C $(1) $(2)/$(shell basename $(1)) | ||
| 19 | else | ||
| 20 | - INSTX = echo -e " INST\t$(1)" && install -C $(1) $(2)/$(shell basename $(1)) | ||
| 21 | + INSTX = echo -e " INST\t$(1)" && install -d $(2) && \ | ||
| 22 | + install -C $(1) $(2)/$(shell basename $(1)) | ||
| 23 | endif | ||
| 24 | |||
| 25 | MKDIR = echo -e " MKDIR\t$(1)" && mkdir -p $(1) | ||
| 26 | -- | ||
| 27 | 2.32.0 | ||
| 28 | |||
