From 30ccdcc3eaa22288bc954e53d808e24fec2f4440 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 16 Feb 2012 11:23:59 -0500 Subject: Fix source archive compression format detection. --- diff --git a/lib/archive b/lib/archive index ed1de85..bdb9c11 100644 --- a/lib/archive +++ b/lib/archive @@ -37,7 +37,7 @@ oh_archive_extract_source() # Note: dpkg's source format version 3 supports gzip, bzip2, LZMA, and XZ. # We support gzip, bzip2, LZMA, and compress, since these are the formats # supported by BusyBox tar. - z_ext=${_matches#"../${OH_SRCPKG}-${OH_PKGVER%-*}.tar."} + _z_ext=${_matches#"../${OH_SRCPKG}-${OH_PKGVER%-*}.tar."} case ${_z_ext} in gz) _z=z -- cgit v0.9.1