mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
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:
parent
c97421eabe
commit
4b97c445a2
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue