Mercurial > mplayer.hg
changeset 1356:e9242766474a
argh. -d fixed. fixed?
author | arpi |
---|---|
date | Fri, 20 Jul 2001 00:31:51 +0000 |
parents | acdd9f4def73 |
children | aa6f00037df1 |
files | Makefile |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Jul 20 00:10:18 2001 +0000 +++ b/Makefile Fri Jul 20 00:31:51 2001 +0000 @@ -106,13 +106,15 @@ $(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)