diff options
author | Steven Barth <steven@midlink.org> | 2008-05-14 19:53:22 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-14 19:53:22 +0000 |
commit | 91a054c8834dfd82bd5b2e80272f21ee05348c7d (patch) | |
tree | ac424319a537bb97ad4de1e1500ae6d78838921c /contrib/package | |
parent | 213caecd151c713e257a52958559fe51f4c94483 (diff) |
* modules/freifunk: Fixed Makefile
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/ffluci/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/package/ffluci/Makefile b/contrib/package/ffluci/Makefile index 04d8e715f..2ce1b8fef 100644 --- a/contrib/package/ffluci/Makefile +++ b/contrib/package/ffluci/Makefile @@ -117,7 +117,6 @@ endef define Package/ffluci-mod-freifunk/install $(call Package/ffluci/install/template,$(1),modules/freifunk) - $(INSTALL_BIN) $(PKG_BUILD_DIR)/modules/freifunk/dist/etc/init.d/luci_freifunk $(1)/etc/init.d endef |