mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue