summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 15:36:33 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 15:36:33 +0000
commit7d4f267b6caaefef680c668177394b372b8fed08 (patch)
tree56b44104402e284aabb2045f7202a58d6d646581 /Makefile
parentd6e36b7aefd3fd15c556eeb9870f8942b8d1fdc6 (diff)
downloadmpv-7d4f267b6caaefef680c668177394b372b8fed08.tar.bz2
mpv-7d4f267b6caaefef680c668177394b372b8fed08.tar.xz
install won't change ownership
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@947 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ba586cdc8a..014998b9aa 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,6 @@
include config.mak
-#install...
-OWNER = root
-GROUP = root
-PERM = 755
-
PRG = mplayer
PRG_HQ = mplayerHQ
PRG_AVIP = aviparse
@@ -81,7 +76,7 @@ $(PRG_CFG): .depend codec-cfg.c codec-cfg.h
$(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML
install: $(PRG)
- install -g $(GROUP) -o $(OWNER) -m $(PERM) -s $(PRG) $(BINDIR)
+ install -D -m 755 -s $(PRG) $(BINDIR)
install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
clean: