mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 12:41:59 +03:00
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 ✅
@ -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…
Reference in New Issue
Block a user