Kaydet (Commit) e02011c5 authored tarafından Matúš Kukan's avatar Matúš Kukan

fix typo

Change-Id: I82da01827472c1fbcbfd821713ba7152421f18ff
üst e24c2e10
...@@ -40,11 +40,11 @@ endef ...@@ -40,11 +40,11 @@ endef
define gb_UnpackedTarget__command_unzip define gb_UnpackedTarget__command_unzip
unzip \ unzip \
-qq \ -qq \
-d $(UNPACKED_DIR) $(UNPACKED_TARBALL) && \ -d $(UNPACKED_DIR) $(UNPACKED_TARBALL) \
$(if $(filter-out 0,$(UNPACKED_STRIP_COMPONENTS)),\ $(if $(filter-out 0,$(UNPACKED_STRIP_COMPONENTS)),\
UNZIP_DIR=`ls $(UNPACKED_DIR)` && \ && UNZIP_DIR=`ls $(UNPACKED_DIR)` \
mv $(UNPACKED_DIR)/$$UNZIP_DIR/* $(UNPACKED_DIR) && \ && mv $(UNPACKED_DIR)/$$UNZIP_DIR/* $(UNPACKED_DIR) \
rmdir $(UNPACKED_DIR)/$$UNZIP_DIR \ && rmdir $(UNPACKED_DIR)/$$UNZIP_DIR \
) )
endef endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment