From: Gabor Juhos Date: Thu, 27 Mar 2014 07:06:44 +0000 (+0000) Subject: packages/unzip: remove trailing whitespaces X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0e3defc54f65ea505b9d118f26f324a563edb357;p=openwrt%2Fsvn-archive%2Farchive.git packages/unzip: remove trailing whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40282 --- diff --git a/utils/unzip/Makefile b/utils/unzip/Makefile index f012816d15..7a5ffd190a 100644 --- a/utils/unzip/Makefile +++ b/utils/unzip/Makefile @@ -29,9 +29,9 @@ define Package/unzip endef define Package/unzip/description - InfoZIP's unzip program. With the exception of multi-volume archives - (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 + InfoZIP's unzip program. With the exception of multi-volume archives + (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 InfoZIP zip program. endef @@ -48,7 +48,7 @@ define Build/Compile install endef -define Package/unzip/install +define Package/unzip/install $(INSTALL_DIR) $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/ endef