choose in priority the allocated ABI if any to do the ${ABI} substitution in PACKAGESITE

Reviewed by:	bdrewery
This commit is contained in:
Baptiste Daroussin 2013-03-05 14:08:36 +00:00
parent 14126522cf
commit d5bf8a8b57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247843

View File

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