carl <carlhansen1...@gmail.com> writes: > gnufdisk, previously known as fdisk, has empty sha256sums file, also two > Makefile????
Yes, that's correct. Due to an error in their configure script, version 2.0.0a1 depends on 2.0.0a already having been installed. The Makefile-2.0.0a file installs the previous version. This should happen automatically before the latest version is even downloaded. Due to the sequential nature of the installation, the sha256sum file is generated dynamically during the process. I've tried to find a better way to handle this but I haven't found one yet... Nevertheless, I found that it wasn't always working properly, so I've made a couple small adjustments to the process. -Brandon