[packages] mini_snmpd: fix wrong binary placement (#5634)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17138 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
70b89bf84a
commit
5e7690fc16
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mini_snmpd
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE:=mini_snmpd.tar.gz
|
||||
PKG_SOURCE_URL:=http://members.aon.at/linuxfreak/linux/
|
||||
@ -37,8 +37,8 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/mini-snmpd/install
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(CP) $(PKG_INSTALL_DIR)/sbin/mini_snmpd $(1)/sbin/
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(CP) $(PKG_INSTALL_DIR)/sbin/mini_snmpd $(1)/usr/bin/
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(INSTALL_CONF) ./files/mini_snmpd.config $(1)/etc/config/mini_snmpd
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user