diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-01 23:21:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-01 23:21:49 +0000 |
commit | f0a08da45bbc13141a9ee53520c129557c256ca8 (patch) | |
tree | 504d381ecfe5f5f09e0ca7dcb1d1de12c982a1ed /contrib | |
parent | 7deb140acafb0cfb30ef945bfd52c5ce14623c0f (diff) |
* luci/contrib: olsrd-luci: fix yet another error
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/olsrd-luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/olsrd-luci/Makefile b/contrib/package/olsrd-luci/Makefile index 140ea7b0f..81d4009b7 100644 --- a/contrib/package/olsrd-luci/Makefile +++ b/contrib/package/olsrd-luci/Makefile @@ -141,7 +141,7 @@ define Package/olsrd-luci/install $(INSTALL_DIR) $(1)/lib/config $(INSTALL_DIR) $(1)/etc/config $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) $(PKG_BUILD_DIR)/olsrd-luci $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/olsrd $(1)/usr/sbin/ $(INSTALL_BIN) ./files/etc/init.d/olsrd $(1)/etc/init.d/ $(INSTALL_CONF) ./files/etc/config/olsr $(1)/etc/config/ $(INSTALL_DATA) ./files/lib/config/olsr.lua $(1)/lib/config/ |