summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-07-13 10:48:34 +0100
committerdakkar <dakkar@thenautilus.net>2018-07-13 10:48:34 +0100
commita43e159aef523c4ccec1b3e491faa95ba2bd1de4 (patch)
treebfa8b65b684d0123bddc9f4c25403583fc983c55 /build.sh
parentfix typo in manifest (diff)
downloaddakkar-android-huawei-m5-a43e159aef523c4ccec1b3e491faa95ba2bd1de4.tar.gz
dakkar-android-huawei-m5-a43e159aef523c4ccec1b3e491faa95ba2bd1de4.tar.bz2
dakkar-android-huawei-m5-a43e159aef523c4ccec1b3e491faa95ba2bd1de4.zip
fix patching and patches
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh4
1 files changed, 2 insertions, 2 deletions
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