mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:07:44 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ launcher_command="/usr/local/bin/freedink --software-rendering --truecolor --ref
|
||||||
install() {
|
install() {
|
||||||
target_dir="${SERENITY_INSTALL_ROOT}${resource_path}"
|
target_dir="${SERENITY_INSTALL_ROOT}${resource_path}"
|
||||||
run_nocd mkdir -p ${target_dir}
|
run_nocd mkdir -p ${target_dir}
|
||||||
run_nocd tar zxvf ${freedink_data}.tar.gz
|
|
||||||
run_nocd cp -R ${freedink_data}/* ${target_dir}
|
run_nocd cp -R ${freedink_data}/* ${target_dir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue