mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Replace %%ARCH%% by arch on ABI file
This commit is contained in:
parent
c91a992246
commit
16a48677ba
@ -931,7 +931,8 @@ clone_to_staging_area() {
|
||||
cp -f ${_template%%.conf}.descr ${_share_repos_path}
|
||||
|
||||
if [ -f ${_template%%.conf}.abi ]; then
|
||||
cp -f ${_template%%.conf}.abi ${_share_repos_path}
|
||||
sed -e "s,%%ARCH%%,${TARGET_ARCH},g" ${_template%%.conf}.abi \
|
||||
> ${_share_repos_path}/${_template_filename%%.conf}.abi
|
||||
else
|
||||
echo ${_default_abi} \
|
||||
> ${_share_repos_path}/${_template_filename%%.conf}.abi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user