diff mbox

carl9170 firmware: install firmware without execute permissions

Message ID 20110715230049.4043.39214.stgit@mj.roinet.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Pavel Roskin July 15, 2011, 11 p.m. UTC
Signed-off-by: Pavel Roskin <proski@gnu.org>
---
 autogen.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/autogen.sh b/autogen.sh
index 873fb74..d5b7966 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -32,7 +32,8 @@  case "$1" in
 			tools/src/miniboot a carlfw/carl9170.fw minifw/miniboot.fw
 		fi
 
-		sudo install carlfw/carl9170.fw /lib/firmware/carl9170-$CONFIG_CARL9170FW_RELEASE_VERSION.fw
+		sudo install -m 644 carlfw/carl9170.fw \
+			/lib/firmware/carl9170-$CONFIG_CARL9170FW_RELEASE_VERSION.fw
 		echo "done."
 	;;