yapsnmp: fix annoying warning message
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8219 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5c2a511f0e
commit
767a3e4ebc
@ -51,7 +51,9 @@ define Build/Compile
|
|||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
pylibdir:=$(shell $(STAGING_DIR)/usr/bin/hostpython $(SCRIPT_DIR)/pylibdir.py)
|
ifeq ($(DUMP),)
|
||||||
|
pylibdir:=$(shell $(STAGING_DIR)/usr/bin/hostpython $(SCRIPT_DIR)/pylibdir.py)
|
||||||
|
endif
|
||||||
define Package/yapsnmp/install
|
define Package/yapsnmp/install
|
||||||
$(INSTALL_DIR) $(1)$(pylibdir)
|
$(INSTALL_DIR) $(1)$(pylibdir)
|
||||||
$(CP) -a $(PKG_INSTALL_DIR)/* $(1)$(pylibdir)
|
$(CP) -a $(PKG_INSTALL_DIR)/* $(1)$(pylibdir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user