aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schiller <ms@dev.tdt.de>2023-07-07 13:29:45 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-08-11 12:53:33 +0200
commit4a3c66a401e8175da405265251e76d3850521741 (patch)
tree9a3cf8d2e2edee1afb27838882260e92f4929485
parent2650ae4bb9cce7849effa3e6c0a0c152410d7d89 (diff)
downloadupstream-4a3c66a401e8175da405265251e76d3850521741.tar.gz
upstream-4a3c66a401e8175da405265251e76d3850521741.tar.bz2
upstream-4a3c66a401e8175da405265251e76d3850521741.zip
e2fsprogs: do not symlink tune2fs to findfs
commit c0611b45a998 ("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 commit 5b1660a5387b ("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 commit 0b80c5725fd70bfd23701cd49fa9f252f6835506)
-rw-r--r--package/utils/e2fsprogs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile
index 42c2971529..2657077a16 100644
--- a/package/utils/e2fsprogs/Makefile
+++ b/package/utils/e2fsprogs/Makefile
@@ -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