packages/unzip: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40282 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:06:44 +00:00
parent 86ecae4d01
commit e2996e2ab2

View File

@ -29,9 +29,9 @@ define Package/unzip
endef endef
define Package/unzip/description define Package/unzip/description
InfoZIP's unzip program. With the exception of multi-volume archives InfoZIP's unzip program. With the exception of multi-volume archives
(ie, .ZIP files that are split across several disks using PKZIP's /& option), (ie, .ZIP files that are split across several disks using PKZIP's /& option),
this can handle any file produced either by PKZIP, or the corresponding this can handle any file produced either by PKZIP, or the corresponding
InfoZIP zip program. InfoZIP zip program.
endef endef
@ -48,7 +48,7 @@ define Build/Compile
install install
endef endef
define Package/unzip/install define Package/unzip/install
$(INSTALL_DIR) $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
endef endef