mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
tests with '[ ]' changed to 'test'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2171 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8244aecaa8
commit
a9e1226ded
8
Makefile
8
Makefile
@ -118,16 +118,12 @@ $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
|
||||
$(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML
|
||||
|
||||
install: $(ALL_PRG)
|
||||
if [ ! -d $(BINDIR) ]; then \
|
||||
mkdir -p $(BINDIR); \
|
||||
fi
|
||||
if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi
|
||||
install -m 755 -s $(PRG) $(BINDIR)/$(PRG)
|
||||
ifeq ($(GUI),yes)
|
||||
-ln -s $(BINDIR)/$(PRG) $(BINDIR)/gmplayer
|
||||
endif
|
||||
if [ ! -d $(prefix)/man/man1 ]; then \
|
||||
mkdir -p $(prefix)/man/man1; \
|
||||
fi
|
||||
if test ! -d $(prefix)/man/man1 ; then mkdir -p $(prefix)/man/man1; fi
|
||||
install -c -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
|
||||
ifeq ($(CSS_USE),yes)
|
||||
@echo "Following task requires root privs. If it fails don't panic"
|
||||
|
Loading…
Reference in New Issue
Block a user