From 172eb653bedd3cf267d06c1e9d29e06d44286ec3 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sat, 8 Apr 2017 09:21:46 -0500 Subject: [PATCH] Fix derp in installer Signed-off-by: Paul Keith --- build/meta/com/google/android/update-binary | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/meta/com/google/android/update-binary b/build/meta/com/google/android/update-binary index f743071..4f95030 100644 --- a/build/meta/com/google/android/update-binary +++ b/build/meta/com/google/android/update-binary @@ -44,9 +44,8 @@ fi ui_print "Extracting files" cd /tmp -mkdir system +unzip -o "$ZIP" system/* cd system -unzip -o "$ZIP" DIRS="addon.d app priv-app framework etc lib" if [ -d /system/lib64 ]; then DIRS="$DIRS lib64"