1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02: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:
arpi_esp 2001-06-02 15:36:33 +00:00
parent d6e36b7aef
commit 7d4f267b6c

View File

@ -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: