mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03: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
Notes:
sideshowbarker
2024-07-17 05:45:56 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/4b97c445a2 Pull-request: https://github.com/SerenityOS/serenity/pull/15613 Reviewed-by: https://github.com/linusg ✅
@ -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…
Reference in New Issue
Block a user