Skip to content

Commit

Permalink
e2fsprogs: disable library installation
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37070
  • Loading branch information
Felix Fietkau committed Jun 28, 2013
1 parent 900f78e commit 6232a43
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions package/utils/e2fsprogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 6232a43

Please sign in to comment.