# HG changeset patch # User szabii # Date 984271420 0 # Node ID 8b89201970f6265502cab2d1e2d0ceef3fde749a # Parent 9bbba5880f70bc85046dd2b21e24a4f666093d58 cp -> install diff -r 9bbba5880f70 -r 8b89201970f6 Makefile --- a/Makefile Sun Mar 11 00:13:43 2001 +0000 +++ b/Makefile Sun Mar 11 00:43:40 2001 +0000 @@ -5,6 +5,11 @@ include config.mak +#install... +OWNER = root +GROUP = root +PERM = 755 + PRG = mplayer PRG_AVIP = aviparse PRG_TV = tvision @@ -60,8 +65,7 @@ $(CC) $(CFLAGS) -o $(PRG_TV) tvision.o $(OBJS) -lm $(TERMCAP_LIB) $(VO_LIBS) install: $(PRG) - strip $(PRG) - cp $(PRG) $(BINDIR) + install -g $(GROUP) -o $(OWNER) -m $(PERM) -s $(PRG) $(BINDIR) install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 clean: