mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Fix token error and and change chromedriver paths
This commit is contained in:
parent
e2607e0691
commit
a4249c3459
1 changed files with 1 additions and 2 deletions
|
@ -407,9 +407,8 @@ stage_install_common() {
|
|||
"${STAGEDIR}${INSTALLDIR}/*" -type f | xargs file -b |
|
||||
grep -ce "^ELF" || true)
|
||||
if [ "${ELF_OUTSIDE_INSTALLDIR}" -ne 0 ]; then
|
||||
echo "ERROR: Found ${ELF_OUTSIDE_INSTALLDIR} ELF binaries" \
|
||||
echo "NOTICE: Found ${ELF_OUTSIDE_INSTALLDIR} ELF binaries" \
|
||||
"outside of ${INSTALLDIR}" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify file permissions.
|
||||
|
|
Loading…
Reference in a new issue