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

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


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

Modified Files:
	Makefile 
Log Message:
argh. -d fixed. fixed?

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- Makefile	20 Jul 2001 00:03:43 -0000	1.55
+++ Makefile	20 Jul 2001 00:31:51 -0000	1.56
@@ -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)




More information about the MPlayer-cvslog mailing list