From c3877c71c15a34348070bd2136ad4297b0884f57 Mon Sep 17 00:00:00 2001 From: Simone Karin Lehmann Date: Sun, 1 Feb 2026 16:44:27 +0100 Subject: [PATCH] no need to build truncate. It's in macOS --- make_e2fstools | 6 ------ 1 file changed, 6 deletions(-) diff --git a/make_e2fstools b/make_e2fstools index 1618145..3bb026d 100755 --- a/make_e2fstools +++ b/make_e2fstools @@ -43,11 +43,5 @@ cp -a e2fsck/e2fsck "$BASE" cp -a resize/resize2fs "$BASE" cp -a misc/tune2fs "$BASE" -download https://ftp.gnu.org/gnu/coreutils/coreutils-9.1.tar.xz -cd core* -./configure --prefix "$TARGET" --disable-nls -make -cp -a src/truncate "$BASE" - cd "$BASE" diskutil eject "/Volumes/Ramdisk"