Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nurlan
eepm
Commits
bc7bdff4
Commit
bc7bdff4
authored
Apr 20, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: fix fix_chrome_sandbox return code
parent
41feb17b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common.sh
repack.d/common.sh
+2
-2
zoom.sh
repack.d/zoom.sh
+1
-1
No files found.
repack.d/common.sh
View file @
bc7bdff4
...
...
@@ -68,8 +68,8 @@ fix_chrome_sandbox()
userns_val
=
"
$(
cat
$userns_path
2>/dev/null
)
"
[
"
$userns_val
"
=
'1'
]
&&
return
[
-n
"
$sandbox
"
]
||
sandbox
=
$PRODUCTDIR
/chrome-sandbox
[
-e
"
$BUILDROOT$sandbox
"
]
||
return
chmod
4711
$BUILDROOT$sandbox
[
-e
"
$BUILDROOT$sandbox
"
]
||
return
0
chmod
-v
4711
$BUILDROOT$sandbox
}
# ignore embedded libs
...
...
repack.d/zoom.sh
View file @
bc7bdff4
...
...
@@ -48,4 +48,4 @@ if [ -d $BUILDROOT/opt/zoom/QtQuick/Scene2D ] ; then
subst
's|.*/opt/zoom/QtQuick/Scene3D/libqtquickscene3dplugin.so.*||'
$SPEC
fi
[
-e
$PRODUCTDIR
/cef/chrome-sandbox
]
&&
fix_chrome_sandbox
$PRODUCTDIR
/cef/chrome-sandbox
fix_chrome_sandbox
$PRODUCTDIR
/cef/chrome-sandbox
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment