From 6305e2a8bb63996cc62e532bcef06cf5f5ba0de6 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Fri, 23 Jul 2010 02:05:21 +0200 Subject: [PATCH] carl9170 firmware: use sudo to install firmware Only a root-user can modify the files under /lib/firmware. Signed-off-by: Christian Lamparter --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 43dbce6..e530fb1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -28,7 +28,7 @@ case "$1" in echo "Installing firmware..." tmpfwfile=`mktemp` cat carlfw/carl9170.fw carlfw/carl9170.dsc > $tmpfwfile - install $tmpfwfile /lib/firmware/carl9170-$CONFIG_CARL9170FW_RELEASE_VERSION.fw + sudo install $tmpfwfile /lib/firmware/carl9170-$CONFIG_CARL9170FW_RELEASE_VERSION.fw rm $tmpfwfile fi ;; -- 2.31.1