From a43e159aef523c4ccec1b3e491faa95ba2bd1de4 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 13 Jul 2018 10:48:34 +0100 Subject: fix patching and patches --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 8f7df32..dd7f6c6 100644 --- a/build.sh +++ b/build.sh @@ -38,8 +38,8 @@ function setup_code() { rm -f device/*/sepolicy/common/private/genfs_contexts - bash "$thidir/apply-patches.sh" patches - bash "$thidir/apply-patches.sh" dakkar-patches + bash "$thisdir/apply-patches.sh" patches + bash "$thisdir/apply-patches.sh" dakkar-patches } if [[ "$1" == "setup" ]]; then -- cgit v1.2.3