Commit a7954388 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Mostly revert [25311], [25313].

Lets wait for 0.9.1 to sort this out.
parent e3c85036
...@@ -313,14 +313,16 @@ qvlc: make-alias ...@@ -313,14 +313,16 @@ qvlc: make-alias
nvlc: make-alias nvlc: make-alias
$(MKALIAS) ncurses $(MKALIAS) ncurses
noinst_SCRIPTS = vlc #noinst_SCRIPTS = vlc
vlc: core vlc$(EXEEXT): core
rm -f -- vlc vlc.tmp rm -f vlc
echo '#! /bin/sh' > vlc.tmp ln -s src/vlc$(EXEEXT)
echo 'exec "$$(dirname "$$0")/src/vlc$(EXEEXT)" "--plugin-path=$$(dirname "$$0")/modules" "$$@"' >> vlc.tmp # rm -f -- vlc vlc.tmp
chmod +x vlc.tmp # echo '#! /bin/sh' > vlc.tmp
mv -f -- vlc.tmp vlc # echo 'exec "$$(dirname "$$0")/src/vlc$(EXEEXT)" "--plugin-path=$$(dirname "$$0")/modules" "$$@"' >> vlc.tmp
# chmod +x vlc.tmp
# mv -f -- vlc.tmp vlc
if HAVE_DARWIN if HAVE_DARWIN
# Create the MacOS X app # Create the MacOS X app
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment