From aed49d50007f8070557d2930fe31e1a0ef338c52 Mon Sep 17 00:00:00 2001 From: Matthew Monaco Date: Wed, 2 May 2012 16:55:17 -0600 Subject: functions: firmware is now in /usr/lib --- functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions b/functions index 127a830..0fec85b 100644 --- a/functions +++ b/functions @@ -333,8 +333,8 @@ add_module() { done ;; firmware) - if [[ -e "$BASEDIR/lib/firmware/$value" ]]; then - _add_file "/lib/firmware/$value" "$BASEDIR/lib/firmware/$value" 644 + if [[ -e "$BASEDIR/usr/lib/firmware/$value" ]]; then + _add_file "/usr/lib/firmware/$value" "$BASEDIR/usr/lib/firmware/$value" 644 fi ;; esac -- cgit v1.2.3-24-g4f1b