# HG changeset patch # User arpi # Date 1001636010 0 # Node ID 14c4f848a767446966c206ec5033f23d10350606 # Parent fde7a923e7cb91e3909b44fdb108036cb26f5cd7 root->0 (bsd compatible) [lez] diff -r fde7a923e7cb -r 14c4f848a767 Makefile --- a/Makefile Thu Sep 27 22:38:29 2001 +0000 +++ b/Makefile Fri Sep 28 00:13:30 2001 +0000 @@ -121,7 +121,7 @@ @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)