Browse Source

Fix the symlink generation

pull/2/head
Christophe Mutricy 19 years ago
parent
commit
27774650dd
  1. 2
      Makefile.am

2
Makefile.am

@ -316,7 +316,7 @@ nvlc: make-alias
noinst_SCRIPTS = vlc$(EXEEXT)
vlc$(EXEEXT): core
rm -f vlc
rm -f vlc$(EXEEXT)
ln -s src/vlc$(EXEEXT)
# rm -f -- vlc vlc.tmp
# echo '#! /bin/sh' > vlc.tmp

Loading…
Cancel
Save