1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 11:40:46 +00:00

Ports/opentyrian-data: Don't extract the archive a second time

This commit is contained in:
Tim Schumacher 2022-07-10 13:34:37 +02:00 committed by Linus Groh
parent fb877effb8
commit 99713afa0d

View File

@ -6,7 +6,6 @@ files="http://camanis.net/tyrian/tyrian21.zip tyrian21.zip 7790d09a2a3addcd33c66
auth_type=sha256
build() {
run_nocd unzip -o tyrian21.zip
run_nocd rm -v tyrian21/*.exe
}