boklm pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
46fdd1bc
by Nicolas Vigier at 2024-06-19T10:23:04+02:00
1 changed file:
Changes:
... | ... | @@ -34,6 +34,10 @@ umask 0022 |
34 | 34 | chmod +x debian/docs debian/rules
|
35 | 35 | mkdir debian/source
|
36 | 36 | echo -n '3.0 (quilt)' > debian/source/format
|
37 | + # Fix permissions to avoid mismatching debian.tar.xz file depending
|
|
38 | + # on umask outside the container (tor-browser-build#41173)
|
|
39 | + find debian -executable -exec chmod 700 {} \;
|
|
40 | + find debian ! -executable -exec chmod 600 {} \;
|
|
37 | 41 | |
38 | 42 | |
39 | 43 | function extract_src_tar {
|