fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
b724443f9f
commit
eb6759cc78
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ sub set_var($) {
|
||||||
$state{related_var} = "URL";
|
$state{related_var} = "URL";
|
||||||
} else {
|
} else {
|
||||||
$state{context} = 1;
|
$state{context} = 1;
|
||||||
$state{related_var} = "PKG_SOURCE";
|
$state{related_var} = "PKG_SOURCE_URL";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue