diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2018-07-03 15:37:49 +0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 09:44:04 +0100 |
commit | 24bf0c63dcde1a387b942e8733cf2371bff6d7dc (patch) | |
tree | 60bf26fe3274a9d7af0d3325b708fa3609617bb9 /scripts | |
parent | becdd2b28e0da5d4cfec6f0d74ce6ac5d04cbb22 (diff) | |
download | upstream-24bf0c63dcde1a387b942e8733cf2371bff6d7dc.tar.gz upstream-24bf0c63dcde1a387b942e8733cf2371bff6d7dc.tar.bz2 upstream-24bf0c63dcde1a387b942e8733cf2371bff6d7dc.zip |
fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(backported from eb6759cc786b9a5fe1425364fc54212a425ff0be)
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"; } } |