X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Ffixup-makefile.pl;fp=scripts%2Ffixup-makefile.pl;h=b6f1c74738002c5c834a59925c9e20af75bd4ed0;hb=eb6759cc786b9a5fe1425364fc54212a425ff0be;hp=9026ddcce4d6b2f13e53d5de9f7bdad2661b872c;hpb=b724443f9f4c8d691fc0e7355e1388920cdb9b96;p=openwrt%2F.git 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"; } }