mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports/dosfstools: Create symlinks automatically instead of manually
Replace the manual creation of symlinks with the `--enable-compat-symlinks` configure option, which automatically creates the symlinks that we want and more.
This commit is contained in:
parent
4b97c445a2
commit
414a22a386
Notes:
sideshowbarker
2024-07-17 07:06:47 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/414a22a386 Pull-request: https://github.com/SerenityOS/serenity/pull/15613 Reviewed-by: https://github.com/linusg ✅
1 changed files with 3 additions and 5 deletions
|
@ -6,8 +6,6 @@ use_fresh_config_sub='true'
|
||||||
config_sub_paths=('config.sub')
|
config_sub_paths=('config.sub')
|
||||||
files="https://github.com/dosfstools/dosfstools/releases/download/v${version}/dosfstools-${version}.tar.gz dosfstools-${version}.tar.gz 64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527"
|
files="https://github.com/dosfstools/dosfstools/releases/download/v${version}/dosfstools-${version}.tar.gz dosfstools-${version}.tar.gz 64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527"
|
||||||
auth_type='sha256'
|
auth_type='sha256'
|
||||||
|
configopts=(
|
||||||
post_install() {
|
"--enable-compat-symlinks"
|
||||||
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 a new issue