소스 검색

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"