diff options
| author | Gabor Juhos | 2014-03-27 07:05:36 +0000 |
|---|---|---|
| committer | Gabor Juhos | 2014-03-27 07:05:36 +0000 |
| commit | db202f2c10d03e180539fdefff4d7119dc0ce5b1 (patch) | |
| tree | 9ab965db52ef55f2edf58c0cf0b962b6033cda0a | |
| parent | 28452def465e1ff8ec824d6929248936c385c7e3 (diff) | |
| download | packages-db202f2c10d03e180539fdefff4d7119dc0ce5b1.tar.gz | |
packages/ntripcaster: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40211
| -rw-r--r-- | net/ntripcaster/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ntripcaster/Makefile b/net/ntripcaster/Makefile index 7511b75cf..27e1d3718 100644 --- a/net/ntripcaster/Makefile +++ b/net/ntripcaster/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2011 segal.ubi.pt +# +# Copyright (C) 2011 segal.ubi.pt # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -36,7 +36,7 @@ define Build/Prepare mkdir -p $(PKG_BUILD_DIR) unzip $(DL_DIR)/$(PKG_SOURCE) -d $(PKG_BUILD_DIR) mv $(PKG_BUILD_DIR)/$(PKG_NAME)$(PKG_VERSION)/* $(PKG_BUILD_DIR) - chmod +x $(PKG_BUILD_DIR)/configure + chmod +x $(PKG_BUILD_DIR)/configure endef define Package/ntripcaster/install |