From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Po0D8-0002Vu-S2 for garchives@archives.gentoo.org; Fri, 11 Feb 2011 21:07:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D899DE0AC8; Fri, 11 Feb 2011 21:07:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A5605E0AC8 for ; Fri, 11 Feb 2011 21:07:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FC711B4028 for ; Fri, 11 Feb 2011 21:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4E5E48006A for ; Fri, 11 Feb 2011 21:07:18 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <68d49fbf554649c00a2f9b1a47445ee6fcf3b275.robbat2@gentoo> Subject: [gentoo-commits] proj/livecd-tools:bl2-only commit in: / X-VCS-Repository: proj/livecd-tools X-VCS-Files: autoconfig X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 68d49fbf554649c00a2f9b1a47445ee6fcf3b275 Date: Fri, 11 Feb 2011 21:07:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 473f554fb0be3408f3b9f3eb95151de2 commit: 68d49fbf554649c00a2f9b1a47445ee6fcf3b275 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Feb 11 21:07:14 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Feb 11 21:07:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D68d49fbf Ensure /lib/firmware exists before we try to extract into it. --- autoconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/autoconfig b/autoconfig index e8f7123..4e45702 100755 --- a/autoconfig +++ b/autoconfig @@ -281,6 +281,7 @@ unpack_firmware() { if [ -e /lib/firmware.tar.bz2 ] then ebegin "Unpacking firmware" + mkdir -p /lib/firmware tar xjf /lib/firmware.tar.bz2 -C /lib/firmware eend 0 fi