From: florian Date: Mon, 7 Dec 2009 23:39:25 +0000 (+0000) Subject: [package] fix gst-plugins-good ipkg directory X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=6bef642a030da3ebd8f5ba450ccfd29057bee350;p=packages.git [package] fix gst-plugins-good ipkg directory git-svn-id: svn://svn.openwrt.org/openwrt/packages@18687 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/multimedia/gst-plugins-good/Makefile b/multimedia/gst-plugins-good/Makefile index d8b757376..25558b005 100644 --- a/multimedia/gst-plugins-good/Makefile +++ b/multimedia/gst-plugins-good/Makefile @@ -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)))