From 99713afa0d1968c5d14d622cd6067b85f5c4212e Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 10 Jul 2022 13:34:37 +0200 Subject: [PATCH] Ports/opentyrian-data: Don't extract the archive a second time --- Ports/opentyrian-data/package.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Ports/opentyrian-data/package.sh b/Ports/opentyrian-data/package.sh index f61b90dfc4..97f911ca24 100755 --- a/Ports/opentyrian-data/package.sh +++ b/Ports/opentyrian-data/package.sh @@ -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 }