Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-project
Commits
b4d5faa9
Commit
b4d5faa9
authored
Feb 12, 2016
by
Ciro Santilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chown after sudo install
parent
9d270d80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ubuntu-15.10-install.sh
ubuntu-15.10-install.sh
+3
-0
No files found.
ubuntu-15.10-install.sh
View file @
b4d5faa9
...
...
@@ -28,6 +28,9 @@ done
make_install
()
{
if
$1
;
then
sudo
make
install
# Or else the next non-sudo install will fail, because this generates some
# root owned files like install_manifest.txt under the build directory.
sudo chown
-R
"
$USER
"
.
else
make
install
fi
...
...
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