From 025590c06b6d2583435154546a7a5498b92a82bb Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 26 Jan 2009 10:14:46 +0000 Subject: core/abuild: add zip archive support --- abuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abuild b/abuild index cfa4484..9186fc5 100755 --- a/abuild +++ b/abuild @@ -160,6 +160,9 @@ unpack() { msg "Unpacking $s..." unlzma -c "$s" | tar -C "$srcdir" -x \ || return 1;; + *.zip) + msg "Unpacking $s..." + unzip "$s" -d "$srcdir" || return 1;; esac done } -- cgit v1.2.3-60-g2f50