mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
cp -> install
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@79 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4ede80633f
commit
5169f70160
8
Makefile
8
Makefile
@ -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 @@ $(PRG_TV): .depend tvision.o $(OBJS) $(COMMONLIBS)
|
||||
$(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:
|
||||
|
Loading…
Reference in New Issue
Block a user