diff options
author | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-13 15:12:51 +0200 |
---|---|---|
committer | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-13 15:12:51 +0200 |
commit | 7c824b39e6f03fc0d459e07ea46d31335d87daec (patch) | |
tree | 92c8a64316a613a48a4626e05fe497974328e0ed | |
parent | 360fae67713d3813059361fc0ee5fa6102e02246 (diff) | |
download | linux-conf-perf-7c824b39e6f03fc0d459e07ea46d31335d87daec.tar.gz linux-conf-perf-7c824b39e6f03fc0d459e07ea46d31335d87daec.tar.bz2 linux-conf-perf-7c824b39e6f03fc0d459e07ea46d31335d87daec.zip |
Fix wrong path to patch in patch script
-rwxr-xr-x | ryuglab_scripts/11-patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |