gettext: fix whitespace

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
Dirk Neukirchen 2016-10-12 16:14:43 +02:00 committed by Jo-Philipp Wich
parent 611399f1f8
commit d42521fa07
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ endef
define Build/Prepare
$(INSTALL_DIR) $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
endef
define Build/Configure
endef