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
configuration
vim
Commits
10f2d4d6
Commit
10f2d4d6
authored
Oct 10, 2017
by
Adrien Oliva
Browse files
Use LN variable instead of ln -s in Makefile
parent
e7cd5189
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
10f2d4d6
...
...
@@ -108,7 +108,7 @@ plugin-soft: prepare-plugin
$(
call
soft-install,
"
$(VIMPATH)
/pack"
,
"
$(PWD)
/pack"
)
$(
call
update-ycm
)
@
if
[[
!
-f
/usr/bin/libtinfo.so.5
]]
;
then
\
sudo
ln
-s
/usr/lib/libncurses.so /usr/lib/libtinfo.so.5
;
\
sudo
$(LN)
/usr/lib/libncurses.so /usr/lib/libtinfo.so.5
;
\
fi
plugin-hard
:
prepare-plugin
...
...
@@ -116,7 +116,7 @@ plugin-hard: prepare-plugin
$(
call
hard-install,
"
$(VIMPATH)
/pack"
,
"
$(PWD)
/pack/"
*
)
$(
call
update-ycm
)
@
if
[[
!
-f
/usr/bin/libtinfo.so.5
]]
;
then
\
sudo
ln
-s
/usr/lib/libncurses.so /usr/lib/libtinfo.so.5
;
\
sudo
$(LN)
/usr/lib/libncurses.so /usr/lib/libtinfo.so.5
;
\
fi
plugin
:
prepare-plugin
...
...
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