summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pack-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pack-debug b/bin/pack-debug
index 4aa9e3e64c17..7cccb0a8baef 100755
--- a/bin/pack-debug
+++ b/bin/pack-debug
@@ -224,7 +224,7 @@ cat $DEBUGSRC | awk '
if(mem[c]!=1) print "d 755 root root "c" -"
mem[c]=1
}
- print "f 2021 root root "$0" "$0
+ print "f 644 root root "$0" "$0
}' >> ${DEBUGSRC}-debugsource
echo Spec file of debug source package: ${DEBUGSRC}-debugsource