summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-28 00:13:30 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-28 00:13:30 +0000
commit351019dcb417e924b8e1e441d7763e9140dc3d1e (patch)
tree6041b8a7e6bad60cbdebbaa3e5eaf653342e0130 /Makefile
parentf8290577710dd98e7c797b9ae2c00dcd26de2d23 (diff)
downloadmpv-351019dcb417e924b8e1e441d7763e9140dc3d1e.tar.bz2
mpv-351019dcb417e924b8e1e441d7763e9140dc3d1e.tar.xz
root->0 (bsd compatible) [lez]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2004 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)