浏览代码

Fix derp in installer

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
Paul Keith 8 年之前
父节点
当前提交
172eb653be
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      build/meta/com/google/android/update-binary

+ 1 - 2
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"