From 63122c54c229e3731b6ce0dd6f036fd306595715 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 07:05:00 +0000 Subject: [PATCH] packages/slang2: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40175 --- libs/slang2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/slang2/Makefile b/libs/slang2/Makefile index 594bc823a9..fc43bf0c72 100644 --- a/libs/slang2/Makefile +++ b/libs/slang2/Makefile @@ -40,7 +40,7 @@ define Package/slsh CATEGORY:=Languages TITLE:=S-Lang Shell URL:=http://www.jedsoft.org/slang/slsh.html - DEPENDS:= +libslang2 + DEPENDS:= +libslang2 endef define Package/libslang2/description @@ -87,7 +87,7 @@ define Build/InstallDev endef define Package/slsh/install - $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/slsh $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/share $(CP) $(PKG_INSTALL_DIR)/usr/share/slsh/ $(1)/usr/share/ -- 2.30.2