mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
leech: remove empty install defines
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
This commit is contained in:
@@ -14,7 +14,6 @@ PKG_MAINTAINER:=Leong Hui Wong <wong.leonghui@gmail.com>
|
|||||||
PKG_LICENSE:=blessing
|
PKG_LICENSE:=blessing
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@@ -36,9 +35,6 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Install
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/leech/install
|
define Package/leech/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/sbin/* $(1)/usr/sbin
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/sbin/* $(1)/usr/sbin
|
||||||
|
|||||||
Reference in New Issue
Block a user