Ports/freedink: Don't extract freedink-data a second time

Our implicit extraction already takes care of this.
This commit is contained in:
Tim Schumacher 2022-07-09 15:53:55 +02:00 committed by Linus Groh
parent b3f9d2a24e
commit 0057b24b9e
Notes: sideshowbarker 2024-07-17 09:00:01 +09:00

View File

@ -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}
}