[Mplayer-cvslog] CVS: main Makefile,1.54,1.55

Arpi of Ize arpi at mplayer.dev.hu
Fri Jul 20 02:03:45 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv21989

Modified Files:
	Makefile 
Log Message:
install -D changed to -d

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- Makefile	19 Jul 2001 22:39:52 -0000	1.54
+++ Makefile	20 Jul 2001 00:03:43 -0000	1.55
@@ -106,13 +106,13 @@
 	$(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)




More information about the MPlayer-cvslog mailing list