Mercurial > mplayer.hg
changeset 946:5cbef0829f82
install won't change ownership
author | arpi_esp |
---|---|
date | Sat, 02 Jun 2001 15:36:33 +0000 |
parents | c91a1f3b4d59 |
children | 76fd9463b9d3 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Jun 02 15:10:37 2001 +0000 +++ b/Makefile Sat Jun 02 15:36:33 2001 +0000 @@ -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 @@ $(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: