Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
6459c610
Commit
6459c610
authored
4 years ago
by
Ming Rui Zhang
Browse files
Options
Downloads
Patches
Plain Diff
script: check qt path emptyness for copy-runtime-files.py
Change-Id: I6a794b638cffc66cb18924ca0fcf5be0a0fcb987
parent
2accebd6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/install.sh
+5
-1
5 additions, 1 deletion
scripts/install.sh
with
5 additions
and
1 deletion
scripts/install.sh
+
5
−
1
View file @
6459c610
...
...
@@ -197,4 +197,8 @@ make -j"${proc}"
make_install
"
${
global
}
"
"
${
priv_install
}
"
# copy runtime files
python ../copy-runtime-files.py
-q
${
qt5path
}
if
[
-z
${
qt5path
}
]
;
then
python ../copy-runtime-files.py
else
python ../copy-runtime-files.py
-q
${
qt5path
}
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment