projects
/
maintainer-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f0ae0
)
update_git_source_package.sh: fix umask
master
author
Felix Fietkau
<
[email protected]
>
Wed, 22 Oct 2025 11:54:21 +0000
(11:54 +0000)
committer
Felix Fietkau
<
[email protected]
>
Wed, 22 Oct 2025 11:55:05 +0000
(13:55 +0200)
Avoids generating tarballs with mismatching file modes
Signed-off-by: Felix Fietkau <
[email protected]
>
update_git_source_package.sh
patch
|
blob
|
history
diff --git
a/update_git_source_package.sh
b/update_git_source_package.sh
index d5c9babb5879fc8c815af53791cb38a0e6cf5f95..97208884f028034a40b9b4b21c9670ad5652a19b 100755
(executable)
--- a/
update_git_source_package.sh
+++ b/
update_git_source_package.sh
@@
-33,6
+33,7
@@
TOPDIR=$3
exit 1
}
+umask 022
MAKE=$(which gmake) || MAKE=$(which make)
FIND=$(which gfind) || FIND=$(which find)