projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64e7665
)
packages/slang2: fix whitespaces
author
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:05:00 +0000
(07:05 +0000)
committer
Gabor Juhos
<
[email protected]
>
Thu, 27 Mar 2014 07:05:00 +0000
(07:05 +0000)
Signed-off-by: Dirk Neukirchen <
[email protected]
>
Signed-off-by: Gabor Juhos <
[email protected]
>
SVN-Revision: 40175
libs/slang2/Makefile
patch
|
blob
|
history
diff --git
a/libs/slang2/Makefile
b/libs/slang2/Makefile
index 594bc823a9ecafb94299bd6a3337e0d0fafbde98..fc43bf0c72794e68c7b091409a6090198a4f0a56 100644
(file)
--- 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/