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:
954cdd0
)
[package] fix gst-plugins-good ipkg directory
author
Florian Fainelli
<florian@openwrt.org>
Mon, 7 Dec 2009 23:39:25 +0000
(23:39 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 7 Dec 2009 23:39:25 +0000
(23:39 +0000)
SVN-Revision: 18687
multimedia/gst-plugins-good/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/gst-plugins-good/Makefile
b/multimedia/gst-plugins-good/Makefile
index d8b757376db161ca38d63537a538dbda339dfcc5..25558b005cfc1d47bd2662d44793b304c4a9028b 100644
(file)
--- 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)))