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

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2018-07-03 15:37:49 +08:00
parent b724443f9f
commit eb6759cc78
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";
}
}