We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933e066 commit 875c64cCopy full SHA for 875c64c
tools/configure.sh
@@ -242,7 +242,7 @@ echo " Copy files"
242
ln -sf ${src_makedefs} ${dest_makedefs} || \
243
{ echo "Failed to symlink ${src_makedefs}" ; exit 8 ; }
244
${TOPDIR}/tools/process_config.sh -I ${configpath}/../../common/configs \
245
- -I ${configpath}/../common -o ${dest_config} ${src_config}
+ -I ${configpath}/../common -I ${configpath} -o ${dest_config} ${src_config}
246
install -m 644 ${src_config} "${backup_config}" || \
247
{ echo "Failed to backup ${src_config}" ; exit 10 ; }
248
0 commit comments