From eb6759cc786b9a5fe1425364fc54212a425ff0be Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 3 Jul 2018 15:37:49 +0800 Subject: [PATCH] fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere Signed-off-by: Yousong Zhou --- scripts/fixup-makefile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } }