diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-07-03 15:37:49 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-07-05 01:30:57 +0800 |
commit | eb6759cc786b9a5fe1425364fc54212a425ff0be (patch) | |
tree | df1ed09e6c4245fa1d65872fb4e182526b35dda0 /scripts | |
parent | b724443f9f4c8d691fc0e7355e1388920cdb9b96 (diff) | |
download | upstream-eb6759cc786b9a5fe1425364fc54212a425ff0be.tar.gz upstream-eb6759cc786b9a5fe1425364fc54212a425ff0be.tar.bz2 upstream-eb6759cc786b9a5fe1425364fc54212a425ff0be.zip |
fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/fixup-makefile.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixup-makefile.pl b/scripts/fixup-makefile.pl index 9026ddcce4..b6f1c74738 100755 --- 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"; } } |