From 350bc5167322186fcd1f753d3f0ea85ea9d7e029 Mon Sep 17 00:00:00 2001 From: Kuber Sharma Date: Tue, 28 Apr 2020 09:13:49 +0530 Subject: [PATCH] sanders: checkfeatures: Add missing "/" Signed-off-by: ashwatthama --- configs/check_features.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/check_features.sh b/configs/check_features.sh index 58c8f29..59fbf75 100644 --- a/configs/check_features.sh +++ b/configs/check_features.sh @@ -22,8 +22,8 @@ if ! [ "$sku" = "XT1802" ]; then rm /vendor/lib64/libdtvtuner.so rm /vendor/lib/libdtvhal.so rm /vendor/lib64/libdtvhal.so - rm -r system/system/app/DTVPlayer - rm -r system/system/app/DTVService + rm -r /system/system/app/DTVPlayer + rm -r /system/system/app/DTVService fi if [ "$sku" = "XT1804" ]; then