From 7c824b39e6f03fc0d459e07ea46d31335d87daec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 13 Aug 2015 15:12:51 +0200 Subject: [PATCH] Fix wrong path to patch in patch script --- ryuglab_scripts/11-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryuglab_scripts/11-patch b/ryuglab_scripts/11-patch index 7963ffc..7b9ba8e 100755 --- a/ryuglab_scripts/11-patch +++ b/ryuglab_scripts/11-patch @@ -6,4 +6,4 @@ cd ../linux git reset --hard -git apply --index < ../measure_scripts/shark-ryu-board-patch.patch +git apply --index < ../ryuglab_scripts/shark-ryu-board-patch.patch -- 2.39.2