fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(backported from eb6759cc78)
This commit is contained in:
Yousong Zhou 2018-07-03 15:37:49 +08:00 committed by Jo-Philipp Wich
parent becdd2b28e
commit 24bf0c63dc
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}
}