Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
f78b2f35
Commit
f78b2f35
authored
Apr 30, 2013
by
François Bobot
Browse files
[Makefile] try to install to /etc/bash_completion.d only when the actual user can write to it
parent
2e9f2bfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
f78b2f35
...
...
@@ -1328,7 +1328,7 @@ clean::
##########
install_no_local
::
if
test
-d
/etc/bash_completion.d
;
then
cp
-f
share/bash/why3 /etc/bash_completion.d
;
fi
if
test
-d
/etc/bash_completion.d
-a
-w
/etc/bash_completion.d
;
then
cp
-f
share/bash/why3 /etc/bash_completion.d
;
fi
##########
...
...
Write
Preview
Supports
Markdown
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