[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:
florian 2011-08-28 12:08:30 +00:00
parent e2dd3ccb10
commit a6befab009

View File

@ -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