From 826ad6a93636fae33a79c2c526569d7721a6def4 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 07:05:36 +0000 Subject: [PATCH] packages/ntripcaster: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40211 --- net/ntripcaster/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ntripcaster/Makefile b/net/ntripcaster/Makefile index 7511b75cfa..27e1d37186 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 -- 2.30.2