Ports/freedink: Don't extract freedink-data a second time
Our implicit extraction already takes care of this.
This commit is contained in:
parent
b3f9d2a24e
commit
0057b24b9e
Notes:
sideshowbarker
2024-07-17 09:00:01 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/0057b24b9e Pull-request: https://github.com/SerenityOS/serenity/pull/14542 Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ launcher_command="/usr/local/bin/freedink --software-rendering --truecolor --ref
|
|||
install() {
|
||||
target_dir="${SERENITY_INSTALL_ROOT}${resource_path}"
|
||||
run_nocd mkdir -p ${target_dir}
|
||||
run_nocd tar zxvf ${freedink_data}.tar.gz
|
||||
run_nocd cp -R ${freedink_data}/* ${target_dir}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue