From: Karel Kočí Date: Thu, 13 Aug 2015 13:12:51 +0000 (+0200) Subject: Fix wrong path to patch in patch script X-Git-Tag: v201509~82^2~1 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/linux-conf-perf.git/commitdiff_plain/7c824b39e6f03fc0d459e07ea46d31335d87daec Fix wrong path to patch in patch script --- 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