mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
choose in priority the allocated ABI if any to do the ${ABI} substitution in PACKAGESITE
Reviewed by: bdrewery
This commit is contained in:
parent
14126522cf
commit
d5bf8a8b57
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247843
@ -376,7 +376,7 @@ config_init(void)
|
||||
c[ABI].val = abi;
|
||||
}
|
||||
|
||||
subst_packagesite(c[ABI].val);
|
||||
subst_packagesite(c[ABI].value != NULL ? c[ABI].value : c[ABI].val);
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user