aiccu: fix config file path

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12866 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
matteo 2008-10-06 12:29:45 +00:00
parent 9f76cd3d88
commit 11d22704e2
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ define Package/aiccu/install
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc $(INSTALL_DIR) $(1)/etc
$(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/ $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/config/aiccu
$(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu $(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu
$(INSTALL_DIR) $(1)/etc/hotplug.d/iface $(INSTALL_DIR) $(1)/etc/hotplug.d/iface