summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--functions4
1 files 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