From 351019dcb417e924b8e1e441d7763e9140dc3d1e Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 28 Sep 2001 00:13:30 +0000 Subject: root->0 (bsd compatible) [lez] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2004 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 010f426c1f..54f1ecd3d6 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ install: $(PRG) $(PRG_FIBMAP) @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 -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) + install -o 0 -g 0 -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) clean: rm -f *.o *~ $(OBJS) -- cgit v1.2.3