Browse Source

leech: remove empty install defines

Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
lilik-openwrt-22.03
Leong Hui Wong 5 years ago
parent
commit
217b254290
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      net/leech/Makefile

+ 0
- 4
net/leech/Makefile View File

@ -14,7 +14,6 @@ PKG_MAINTAINER:=Leong Hui Wong <wong.leonghui@gmail.com>
PKG_LICENSE:=blessing
PKG_LICENSE_FILES:=COPYING
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
@ -36,9 +35,6 @@ endef
define Build/Compile
endef
define Build/Install
endef
define Package/leech/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/sbin/* $(1)/usr/sbin


Loading…
Cancel
Save