aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/kernel-tree/jerry-rig.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcontrib/kernel-tree/jerry-rig.sh (renamed from contrib/patch-kernel-builtin.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/patch-kernel-builtin.sh b/contrib/kernel-tree/jerry-rig.sh
index 65cb489..3d4139a 100755
--- a/contrib/patch-kernel-builtin.sh
+++ b/contrib/kernel-tree/jerry-rig.sh
@@ -1,7 +1,7 @@
#!/bin/sh
K="$1"
-WG="$(readlink -f "$(dirname "$(readlink -f "$0")")/../src/")"
+WG="$(readlink -f "$(dirname "$(readlink -f "$0")")/../../src/")"
if [[ ! -e $K/net/Kconfig ]]; then
echo "You must specify the location of kernel sources as the first argument." >&2