aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/fixup-makefile.pl
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2018-07-03 15:37:49 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2018-07-05 01:30:57 +0800
commiteb6759cc786b9a5fe1425364fc54212a425ff0be (patch)
treedf1ed09e6c4245fa1d65872fb4e182526b35dda0 /scripts/fixup-makefile.pl
parentb724443f9f4c8d691fc0e7355e1388920cdb9b96 (diff)
downloadupstream-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/fixup-makefile.pl')
-rwxr-xr-xscripts/fixup-makefile.pl2
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";
}
}