summaryrefslogtreecommitdiffstats
path: root/rules/libogg.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-07-30 18:19:59 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-30 18:19:59 +0000
commitfd7bafc54a8de7c41405558875045c217a770249 (patch)
tree5cbd1af6e3a669b1f8b2446fbdabd3c9df9ed7a0 /rules/libogg.make
parent526a9514da1660c103bdd2f0be4ad8fa1ed80819 (diff)
downloadptxdist-fd7bafc54a8de7c41405558875045c217a770249.tar.gz
ptxdist-fd7bafc54a8de7c41405558875045c217a770249.tar.xz
* libogg, libvorbis, libtheora: fix install paths for the links
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8699 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libogg.make')
-rw-r--r--rules/libogg.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libogg.make b/rules/libogg.make
index 9a4dfcf81..15a2417ac 100644
--- a/rules/libogg.make
+++ b/rules/libogg.make
@@ -100,8 +100,8 @@ $(STATEDIR)/libogg.targetinstall:
@$(call install_copy, libogg, 0, 0, 0644, \
$(LIBOGG_DIR)/src/.libs/libogg.so.0.5.3, \
/usr/lib/libogg.so.0.5.3)
- @$(call install_link, libogg, libogg.so.0.5.3, libogg.so.0)
- @$(call install_link, libogg, libogg.so.0.5.3, libogg.so)
+ @$(call install_link, libogg, libogg.so.0.5.3, /usr/lib/libogg.so.0)
+ @$(call install_link, libogg, libogg.so.0.5.3, /usr/lib/libogg.so)
@$(call install_finish, libogg)