Ports/dosfstools: Don't run autogen

The release tarball arrives preconfigured, so there is no need for us to
run autogen manually.
This commit is contained in:
Tim Schumacher 2022-10-15 15:11:52 +02:00 committed by Linus Groh
parent c97421eabe
commit 4b97c445a2

View file

@ -7,10 +7,6 @@ config_sub_paths=('config.sub')
files="https://github.com/dosfstools/dosfstools/releases/download/v${version}/dosfstools-${version}.tar.gz dosfstools-${version}.tar.gz 64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527"
auth_type='sha256'
pre_configure() {
run ./autogen.sh
}
post_install() {
ln -sf /usr/local/sbin/mkfs.fat "${SERENITY_INSTALL_ROOT}/usr/local/sbin/mkfs.vfat"
ln -sf /usr/local/sbin/mkfs.fat "${SERENITY_INSTALL_ROOT}/usr/local/sbin/mkfs.msdos"