mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
install won't change ownership
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@947 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d6e36b7aef
commit
7d4f267b6c
7
Makefile
7
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:
|
||||
|
Loading…
Reference in New Issue
Block a user