projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef738a
)
[package] ffmpeg: fix typo in Makefile
author
Florian Fainelli
<florian@openwrt.org>
Sun, 28 Aug 2011 12:08:30 +0000
(12:08 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 28 Aug 2011 12:08:30 +0000
(12:08 +0000)
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 28101
multimedia/ffmpeg/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/ffmpeg/Makefile
b/multimedia/ffmpeg/Makefile
index a3ff467a103740997de07dab229d197eea1c5cd4..9744defffe32c52053d2724618e728ee6501c9ae 100644
(file)
--- a/
multimedia/ffmpeg/Makefile
+++ b/
multimedia/ffmpeg/Makefile
@@
-288,7
+288,7
@@
define Package/ffmpeg/install
endef
define Package/ffprobe/install
- $(INSTALL_DIR
_
$(1)/usr/bin
+ $(INSTALL_DIR
)
$(1)/usr/bin
$(CP) $(PKG_INSTALL_DIR)/usr/bin/ffprobe $(1)/usr/bin/
endef