diff options
author | Steven Barth <steven@midlink.org> | 2009-05-26 18:33:38 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-05-26 18:33:38 +0000 |
commit | e79a2f7216c7be0f1aa12cbbeca2732b3587b094 (patch) | |
tree | 2e29e5ba37b9f8f536370ebf0e67eeda91092c36 /contrib | |
parent | 76457655ef5f098420af793740f03f6e2bdc80a0 (diff) |
whitespace
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 8b9234b4d..49c14c6e5 100644 --- 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 |