Message ID | 20110715230049.4043.39214.stgit@mj.roinet.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
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." ;;
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