[package] ffmpeg: fix typo in Makefile
Signed-off-by: Ian Leonard <antonlacon@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@28101 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e2dd3ccb10
commit
a6befab009
@ -288,7 +288,7 @@ define Package/ffmpeg/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ffprobe/install
|
define Package/ffprobe/install
|
||||||
$(INSTALL_DIR_ $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/ffprobe $(1)/usr/bin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/ffprobe $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user