[package] fix gst-plugins-good ipkg directory

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18687 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-12-07 23:39:25 +00:00
parent f38c36f5c4
commit 6bef642a03

View File

@ -89,10 +89,10 @@ endef
define BuildPlugin
define Package/gst-plugins-good-$(1)/install
$(INSTALL_DIR) $(1)/usr/lib/gstreamer-0.10
$(INSTALL_DIR) $$(1)/usr/lib/gstreamer-0.10
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/gstreamer-0.10/libgst$(1).so \
$(1)/usr/lib/gstreamer-0.10
$$(1)/usr/lib/gstreamer-0.10
endef
$$(eval $$(call BuildPackage,gst-plugins-good-$(1)))