diff --git a/module/build.sh b/module/build.sh index b28541b..6efc8c1 100755 --- a/module/build.sh +++ b/module/build.sh @@ -47,7 +47,7 @@ fetch_headers() rm -rf "$tmp_path" fail "Unable to extract $tmp_path/$filename." fi - /usr/src/app/workarounds.sh "${slug}" "${version}" "${tmp_path}" + /usr/src/app/module/workarounds.sh "${slug}" "${version}" "${tmp_path}" echo "${tmp_path}" }