diff options
| author | Gabor Juhos | 2014-03-27 07:06:44 +0000 |
|---|---|---|
| committer | Gabor Juhos | 2014-03-27 07:06:44 +0000 |
| commit | 50326cde73b36e9c29c2e7e0c969afc869d3cb67 (patch) | |
| tree | 4f263fb337576c8004ee2126faedccbe61cf3689 | |
| parent | a126d2e97126bd4a60215cc735f0c3e212344b0a (diff) | |
| download | packages-50326cde73b36e9c29c2e7e0c969afc869d3cb67.tar.gz | |
packages/unzip: remove trailing whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40282
| -rw-r--r-- | utils/unzip/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/unzip/Makefile b/utils/unzip/Makefile index f012816d1..7a5ffd190 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 |