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:
a7b60dc
)
update_git_source_package: override CONFIG_SRC_TREE_OVERRIDE
author
Felix Fietkau
<nbd@nbd.name>
Tue, 21 Nov 2023 21:15:26 +0000
(22:15 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 21 Nov 2023 21:15:27 +0000
(22:15 +0100)
Fixes download when git-src is present and CONFIG_SRC_TREE_OVERRIDE is set
Signed-off-by: Felix Fietkau <nbd@nbd.name>
update_git_source_package.sh
patch
|
blob
|
history
diff --git
a/update_git_source_package.sh
b/update_git_source_package.sh
index 7a3e137d13ffcb857e947693febbddcd47457d88..a6b1c51e481406a6335515c39d552e5edadb3554 100755
(executable)
--- a/
update_git_source_package.sh
+++ b/
update_git_source_package.sh
@@
-192,7
+192,7
@@
eval $(
var.PKG_SOURCE
)
-"$MAKE" -C "$(dirname "$MAKEFILE")" download || {
+"$MAKE" -C "$(dirname "$MAKEFILE")" download
CONFIG_SRC_TREE_OVERRIDE=
|| {
echo "Unable to download and pack updated Git sources." >&2
exit 1
}