Skip to content
Snippets Groups Projects
Commit e5388e2e authored by nbd's avatar nbd
Browse files

e2fsprogs: disable library installation


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37070 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent c7bbc0f7
No related branches found
No related tags found
No related merge requests found
......@@ -114,17 +114,6 @@ define Build/Compile
all
endef
define Build/InstallDev
$(MAKE) -C $(PKG_BUILD_DIR) \
BUILDCC="$(HOSTCC)" \
DESTDIR="$(1)" \
install-libs
$(MAKE) -C $(PKG_BUILD_DIR)/lib/ext2fs \
BUILDCC="$(HOSTCC)" \
DESTDIR="$(1)" \
install
endef
define Package/e2fsprogs/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/e2fsck $(1)/usr/sbin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment