Ports: Fix reinstalling the lure 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
9b79867909
commit
e7d7b43f99
Notes:
sideshowbarker
2024-07-18 06:53:27 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/e7d7b43f99b Pull-request: https://github.com/SerenityOS/serenity/pull/9418
1 changed files with 1 additions and 0 deletions
|
@ -19,5 +19,6 @@ build() {
|
|||
install() {
|
||||
target_dir="${SERENITY_INSTALL_ROOT}${resource_path}"
|
||||
run_nocd mkdir -p ${target_dir}
|
||||
run_nocd chmod 644 ${workdir}/*
|
||||
run_nocd cp ${workdir}/* ${target_dir}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue