mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
fixup-makefile.pl: fixup when PKG_SOURCE is defined elsewhere
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user