summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-bad.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:10:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:10:46 +0100
commit0d79cc274f05cd1a311a149ff9c89325033f5ce9 (patch)
treed84f36ed4f43e6f9e7fc4e5e85f7428cb3b4803c /rules/gst-plugins-bad.make
parentd966c7a67d58994e48ecf95aeb32b9bab3b890ef (diff)
downloadptxdist-0d79cc274f05cd1a311a149ff9c89325033f5ce9.tar.gz
ptxdist-0d79cc274f05cd1a311a149ff9c89325033f5ce9.tar.xz
[gst-plugins-bad] fix targetinstall
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-bad.make')
-rw-r--r--rules/gst-plugins-bad.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gst-plugins-bad.make b/rules/gst-plugins-bad.make
index c5999d803..f81bb67ee 100644
--- a/rules/gst-plugins-bad.make
+++ b/rules/gst-plugins-bad.make
@@ -213,7 +213,7 @@ $(STATEDIR)/gst-plugins-bad.targetinstall:
# install all activated libs
@if [ -d $(GST_PLUGINS_BAD_PKGDIR)/usr/lib/ ]; then \
- cd $(GST_PLUGINS_BAD_PKGDIR)/usr/lib/ && for libs in `find -name "*-0.10.so" | sed -e ,\.so,,`; do \
+ cd $(GST_PLUGINS_BAD_PKGDIR)/usr/lib/ && for libs in `find -name "*-0.10.so" | sed -e 's,\./\(.*\)\.so,\1,'`; do \
$(call install_lib, gst-plugins-bad, 0, 0, 0644, $$libs); \
done \
fi