changeset 5783:8d801da24983

rpath thinkos.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 13 Oct 2009 22:25:21 +0200
parents 169a4ff622f4
children bc965268ba62
files gub/specs/lilypond-ancient.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond-ancient.py	Tue Oct 13 22:15:15 2009 +0200
+++ b/gub/specs/lilypond-ancient.py	Tue Oct 13 22:25:21 2009 +0200
@@ -27,7 +27,7 @@
         lilypond.LilyPond__simple.__init__ (self, settings, source)
         build.change_dict (self, {'PATH': '%(cross_prefix)s-ancient/bin:%(tools_prefix)s/bin:%(cross_prefix)s/bin:%(tools_cross_prefix)s/bin:' + os.environ['PATH']})
     def rpath (self):
-        return (r'-Wl,-rpath -Wl,\$$ORIGIN/..%(cross_dir)s/lib -Wl,-rpath -Wl,%(system_prefix)s%(cross_dir)s/lib'
+        return (r'-Wl,-rpath -Wl,\$$ORIGIN/..%(cross_dir)s-ancient/lib -Wl,-rpath -Wl,%(system_prefix)s%(cross_dir)s-ancient/lib '
                 + lilypond.LilyPond__simple.rpath (self))
     def LD_PRELOAD (self):
         return ''