summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-20 00:03:43 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-20 00:03:43 +0000
commitd6276652fcce1c49216202bb3253d455b5ee5c4b (patch)
treef743c1c4a06e986105e1ee3e0eaba1a44f6f1ca6 /Makefile
parent7882ea9badf366fbb6f06b17ea6321c54c7c8466 (diff)
downloadmpv-d6276652fcce1c49216202bb3253d455b5ee5c4b.tar.bz2
mpv-d6276652fcce1c49216202bb3253d455b5ee5c4b.tar.xz
install -D changed to -d
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1355 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ece715bd30..526565fcad 100644
--- a/Makefile
+++ b/Makefile
@@ -106,13 +106,13 @@ $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
$(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML
install: $(PRG) $(PRG_FIBMAP)
- install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG)
- install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
+ install -d -m 755 -s $(PRG) $(BINDIR)/$(PRG)
+ install -d -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
@echo "Following task requires root privs. If it fails don't panic"
@echo "however it means you can't use fibmap_mplayer."
@echo "Without this (or without running mplayer as root) you won't be"
@echo "able to play encrypted DVDs."
- install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
+ install -d -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
clean:
rm -f *.o *~ $(OBJS)