mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
e2fsprogs: do not symlink tune2fs to findfs
commitc0611b45a9
("e2fsprogs: symlink e2fsck to fsck.ext{2, 3, 4}, and tune2fs to findfs") introduced a symlink from tune2fs to findfs. This only works when the included private libblkid library is used, but commit5b1660a538
("utils/e2fsprogs: Update to 1.43.6") disabled the usage of this private lib and enabled the shared lib support. Removing this symlink makes it possible to install tune2fs and findfs package. Signed-off-by: Martin Schiller <ms@dev.tdt.de> (cherry picked from commit0b80c5725f
)
This commit is contained in:
parent
2650ae4bb9
commit
4a3c66a401
@ -267,7 +267,6 @@ endef
|
||||
define Package/tune2fs/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tune2fs $(1)/usr/sbin/
|
||||
$(LN) tune2fs $(1)/usr/sbin/findfs
|
||||
endef
|
||||
|
||||
define Package/resize2fs/install
|
||||
|
Loading…
Reference in New Issue
Block a user