aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/fixup-makefile.pl
diff options
context:
space:
mode:
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";
}
}