summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-02-11 21:07:14 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-02-11 21:07:14 +0000
commit68d49fbf554649c00a2f9b1a47445ee6fcf3b275 (patch)
treebc7d7175bbd2166f28b6ccdc39fd52249dcfe802
parentDocument authorship. (diff)
downloadlivecd-tools-68d49fbf554649c00a2f9b1a47445ee6fcf3b275.tar.gz
livecd-tools-68d49fbf554649c00a2f9b1a47445ee6fcf3b275.tar.bz2
livecd-tools-68d49fbf554649c00a2f9b1a47445ee6fcf3b275.zip
Ensure /lib/firmware exists before we try to extract into it.
-rwxr-xr-xautoconfig1
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