Mercurial > mplayer.hg
comparison Makefile @ 2247:563d19621948
symlinking fix
author | gabucino |
---|---|
date | Wed, 17 Oct 2001 21:17:14 +0000 |
parents | c61dfcfb7e6b |
children | c26a9eff0993 |
comparison
equal
deleted
inserted
replaced
2246:f7c1485b33be | 2247:563d19621948 |
---|---|
119 | 119 |
120 install: $(ALL_PRG) | 120 install: $(ALL_PRG) |
121 if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi | 121 if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi |
122 install -m 755 -s $(PRG) $(BINDIR)/$(PRG) | 122 install -m 755 -s $(PRG) $(BINDIR)/$(PRG) |
123 ifeq ($(GUI),yes) | 123 ifeq ($(GUI),yes) |
124 -ln -s $(BINDIR)/$(PRG) $(BINDIR)/gmplayer | 124 -ln -sf $(BINDIR)/$(PRG) $(BINDIR)/gmplayer |
125 endif | 125 endif |
126 if test ! -d $(prefix)/man/man1 ; then mkdir -p $(prefix)/man/man1; fi | 126 if test ! -d $(prefix)/man/man1 ; then mkdir -p $(prefix)/man/man1; fi |
127 install -c -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 | 127 install -c -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 |
128 ifeq ($(CSS_USE),yes) | 128 ifeq ($(CSS_USE),yes) |
129 @echo "Following task requires root privs. If it fails don't panic" | 129 @echo "Following task requires root privs. If it fails don't panic" |