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"