summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 22:55:10 +0000
committerlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-02 22:55:10 +0000
commit7c8bb6e4b90bb3890bff95df2dde0b510e6bcfa4 (patch)
tree11fb11590464806d0c66d98bf46f494135e60cd9 /Makefile
parent3fec7ab685a0d6edcf914020a997631497ee4f32 (diff)
downloadmpv-7c8bb6e4b90bb3890bff95df2dde0b510e6bcfa4.tar.bz2
mpv-7c8bb6e4b90bb3890bff95df2dde0b510e6bcfa4.tar.xz
Install bug fixed (cannot overwrite directory ...)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@954 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 014998b9aa..6725375085 100644
--- a/Makefile
+++ b/Makefile
@@ -76,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 -D -m 755 -s $(PRG) $(BINDIR)
+ install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG)
install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
clean: