mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 01:04:38 +03:00
Ports: Fix reinstalling the mysthous port
Reinstalling the port failed because some of its files were installed with permissions that prevented overwriting the existing files with cp.
This commit is contained in:
parent
e7d7b43f99
commit
909e19f753
Notes:
sideshowbarker
2024-07-18 06:53:24 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/909e19f753c Pull-request: https://github.com/SerenityOS/serenity/pull/9418
@ -27,5 +27,6 @@ post_fetch() {
|
||||
install() {
|
||||
target_dir="${SERENITY_INSTALL_ROOT}${resource_path}"
|
||||
run_nocd mkdir -p ${target_dir}
|
||||
run_nocd chmod 644 ${workdir}/*
|
||||
run_nocd cp ${workdir}/MYSTHOUS.DSK ${target_dir}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user