fix aiccu compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12872 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1a242ded7d
commit
3c5eda6426
@ -41,13 +41,13 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/aiccu/conffiles
|
||||
/etc/aiccu.conf
|
||||
/etc/config/aiccu
|
||||
endef
|
||||
|
||||
define Package/aiccu/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/config/aiccu
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu
|
||||
|
Loading…
x
Reference in New Issue
Block a user