projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b724443
)
fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere
author
Yousong Zhou
<yszhou4tech@gmail.com>
Tue, 3 Jul 2018 07:37:49 +0000
(15:37 +0800)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Wed, 4 Jul 2018 17:30:57 +0000
(
01:30
+0800)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
scripts/fixup-makefile.pl
patch
|
blob
|
history
diff --git
a/scripts/fixup-makefile.pl
b/scripts/fixup-makefile.pl
index 9026ddcce4d6b2f13e53d5de9f7bdad2661b872c..b6f1c74738002c5c834a59925c9e20af75bd4ed0 100755
(executable)
--- a/
scripts/fixup-makefile.pl
+++ b/
scripts/fixup-makefile.pl
@@
-26,7
+26,7
@@
sub set_var($) {
$state{related_var} = "URL";
} else {
$state{context} = 1;
- $state{related_var} = "PKG_SOURCE";
+ $state{related_var} = "PKG_SOURCE
_URL
";
}
}