projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7645765
)
whitespace
author
Steven Barth
<steven@midlink.org>
Tue, 26 May 2009 18:33:38 +0000
(18:33 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 26 May 2009 18:33:38 +0000
(18:33 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 8b9234b4d1d5dd20ea47c4cfa4fe143fc7ab9fe3..49c14c6e51f7fcac8f0bf846d539b40eec3d3956 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-227,7
+227,7
@@
define Package/luci-luanet
endef
define Package/luci-luanet/install
-
$(call Package/luci/install/template,$(1),libs/luanet)
+ $(call Package/luci/install/template,$(1),libs/luanet)
endef
@@
-238,8
+238,8
@@
define Package/luci-lucid
endef
define Package/luci-lucid/install
-
$(call Package/luci/install/template,$(1),libs/lucid)
-
$(call Package/luci/install/template,$(1),libs/lucid-http)
+ $(call Package/luci/install/template,$(1),libs/lucid)
+ $(call Package/luci/install/template,$(1),libs/lucid-http)
endef