Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
40501a01
Commit
40501a01
authored
Dec 06, 2005
by
Rémi Denis-Courmont
Browse files
fix make install
parent
1f319885
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
40501a01
...
...
@@ -552,7 +552,7 @@ endif
install-exec-local
:
for
i
in
""
$(ALIASES)
;
do if
test
-n
"
$$
i"
;
then
\
rm
-f
"
$(DESTDIR)$(bindir)
/
$$
i"
&&
\
ln
-s
vlc
"
$(DESTDIR)$(bindir)
/
$$
i"
;
\
ln
-s
f
vlc
"
$(DESTDIR)$(bindir)
/
$$
i"
;
\
fi
;
done
test
-z
"
$(DATA_noinst_libvlc)
"
||
$(INSTALL_PROGRAM)
"
$(DATA_noinst_libvlc)
"
"
$(DESTDIR)$(libdir)
"
...
...
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