1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 03:03:52 +02:00

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

View File

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