From 44aea93b4e6dba3bb453a89c8ec90514d50612a8 Mon Sep 17 00:00:00 2001
From: Reinhard Pointner <rednoah@users.noreply.github.com>
Date: Sun, 10 Apr 2016 04:55:51 +0000
Subject: [PATCH] Make sure build works on build box

---
 build-data/build-data-import.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-data/build-data-import.sh b/build-data/build-data-import.sh
index a806dbf5..68d58b99 100755
--- a/build-data/build-data-import.sh
+++ b/build-data/build-data-import.sh
@@ -14,7 +14,7 @@ fetch()
 			gunzip -k -f "$FILE"
 		fi
 		if [[ "${FILE##*.}" == "zip" ]]; then
-			unzip -o "$FILE"
+			7z e -y "$FILE"
 		fi
 	fi
 }