From ea5136ddf5187177adcbefcace0549c998c41970 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Sun, 23 Dec 2018 20:39:53 +0100 Subject: [PATCH] Fix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b1dba6f8..e00dd49c 100755 --- a/build.sh +++ b/build.sh @@ -70,7 +70,7 @@ fi if [ "$OMR_KEEPBIN" = "no" ]; then rm -rf "$OMR_TARGET/source/bin" fi -rm -rf "$OMR_TARGET/source/files" "$OMR_TARGET/source/tmp" "$OMR_TARGET/source/package/network/services/hostapd" +rm -rf "$OMR_TARGET/source/files" "$OMR_TARGET/source/tmp" #rm -rf "$OMR_TARGET/source/target/linux/mediatek/patches-4.14" cp -rf root/* "$OMR_TARGET/source"