summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-11 23:35:52 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-11 23:35:52 +0000
commita9e1226dedd72bd63903017439711cb6ad135117 (patch)
treeede04eed6a66874af187af8098e7d634394e95a5 /Makefile
parent8244aecaa8ab67023efaec22d908cd90244b2bd2 (diff)
downloadmpv-a9e1226dedd72bd63903017439711cb6ad135117.tar.bz2
mpv-a9e1226dedd72bd63903017439711cb6ad135117.tar.xz
tests with '[ ]' changed to 'test'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2171 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 8bc05b26f5..15c6320a26 100644
--- a/Makefile
+++ b/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"