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
5ef67eea
Commit
5ef67eea
authored
4 years ago
by
Ming Rui Zhang
Browse files
Options
Downloads
Patches
Plain Diff
misc: use copy-runtime-files.py only in client-qt
Change-Id: If96860fed6a232566b04d131b84f4ce847399572
parent
6459c610
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
+6
-4
6 additions, 4 deletions
scripts/install.sh
with
6 additions
and
4 deletions
scripts/install.sh
+
6
−
4
View file @
5ef67eea
...
...
@@ -197,8 +197,10 @@ make -j"${proc}"
make_install
"
${
global
}
"
"
${
priv_install
}
"
# copy runtime files
if
[
-z
${
qt5path
}
]
;
then
python ../copy-runtime-files.py
else
python ../copy-runtime-files.py
-q
${
qt5path
}
if
[
${
client
}
=
"client-qt"
]
;
then
if
[
-z
${
qt5path
}
]
;
then
python ../copy-runtime-files.py
else
python ../copy-runtime-files.py
-q
${
qt5path
}
fi
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