summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-20 00:31:51 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-20 00:31:51 +0000
commita2206b10b589c020db8127028dab8568224fcf3b (patch)
tree31f651775578727a75eb4f536074ac4eac44cabf /Makefile
parent1cece7b434e724456c958544a6e0af427ae78e07 (diff)
downloadmpv-a2206b10b589c020db8127028dab8568224fcf3b.tar.bz2
mpv-a2206b10b589c020db8127028dab8568224fcf3b.tar.xz
argh. -d fixed. fixed?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1357 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 526565fcad..30b23957ad 100644
--- a/Makefile
+++ b/Makefile
@@ -106,13 +106,15 @@ $(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 $(BINDIR)
+ install -m 755 -s $(PRG) $(BINDIR)/$(PRG)
+ install -d $(prefix)/man/man1
+ install -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 -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
clean:
rm -f *.o *~ $(OBJS)