summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch')
-rw-r--r--recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch b/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch
index 320eac86..0b106e41 100644
--- a/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch
+++ b/recipes-containers/cri-o/files/0001-Makefile-force-symlinks.patch
@@ -1,6 +1,6 @@
1From a4433978bf324525b4c260b0e9615ae27271fe55 Mon Sep 17 00:00:00 2001 1From 53371afbf0f20a1651ee6f2406cd2be056a31066 Mon Sep 17 00:00:00 2001
2From: Bruce Ashfield <bruce.ashfield@windriver.com> 2From: Bruce Ashfield <bruce.ashfield@windriver.com>
3Date: Wed, 20 Sep 2017 12:05:40 -0400 3Date: Thu, 1 Nov 2018 11:17:05 -0400
4Subject: [PATCH] Makefile: force symlinks 4Subject: [PATCH] Makefile: force symlinks
5 5
6Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> 6Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
@@ -9,18 +9,18 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
9 1 file changed, 1 insertion(+), 1 deletion(-) 9 1 file changed, 1 insertion(+), 1 deletion(-)
10 10
11diff --git a/src/import/Makefile b/src/import/Makefile 11diff --git a/src/import/Makefile b/src/import/Makefile
12index e3e5050bb7f6..4ad3fb7ff0a9 100644 12index cf37bec..68c8eeb 100644
13--- a/src/import/Makefile 13--- a/src/import/Makefile
14+++ b/src/import/Makefile 14+++ b/src/import/Makefile
15@@ -53,7 +53,7 @@ help: 15@@ -66,7 +66,7 @@ help:
16 .gopathok: 16 .gopathok:
17 ifeq ("$(wildcard $(GOPKGDIR))","") 17 ifeq ("$(wildcard $(GOPKGDIR))","")
18 mkdir -p "$(GOPKGBASEDIR)" 18 mkdir -p "$(GOPKGBASEDIR)"
19- ln -s "$(CURDIR)" "$(GOPKGBASEDIR)" 19- ln -s "$(CURDIR)" "$(GOPKGDIR)"
20+ ln -sf "$(CURDIR)" "$(GOPKGBASEDIR)" 20+ ln -sf "$(CURDIR)" "$(GOPKGDIR)"
21 endif 21 endif
22 touch "$(GOPATH)/.gopathok" 22 touch "$(GOPATH)/.gopathok"
23 23
24-- 24--
252.4.0.53.g8440f74 252.7.4
26 26