find-debuginfo.sh: use permissions 444 for all .debug files
authorRoland McGrath <roland@redhat.com>
Wed, 9 Sep 2009 18:07:10 +0000 (11:07 -0700)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 15 Sep 2009 07:39:11 +0000 (10:39 +0300)
Signed-off-by: Roland McGrath <roland@redhat.com>
scripts/find-debuginfo.sh

index 21366bf..8d86de6 100644 (file)
@@ -93,6 +93,7 @@ strip_to_debug()
   application/x-sharedlib*) g=-g ;;
   esac
   eu-strip --remove-comment $g -f "$1" "$2" || exit
+  chmod 444 "$1" || exit
 }
 
 # Make a relative symlink to $1 called $3$2