[svn:parrot] r36054 - trunk/tools/dev
[email protected] Tue, 27 Jan 2009 04:27:45 -0800 (PST)
| Newsgroups | perl.cvs.parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: rurban
Date: Tue Jan 27 04:27:44 2009
New Revision: 36054
Modified:
trunk/tools/dev/pbc_to_exe_gen.pl
Log:
Fix TT #208 pbc_to_exe --install needs to use the path to the installed libparrot
- Use rpath_lib instead of rpath_blib on --install
Modified: trunk/tools/dev/pbc_to_exe_gen.pl
==============================================================================
--- trunk/tools/dev/pbc_to_exe_gen.pl (original)
+++ trunk/tools/dev/pbc_to_exe_gen.pl Tue Jan 27 04:27:44 2009
@@ -399,6 +399,7 @@
goto config_cont
config_install:
config .= 'install_config'
+ rpath = $P0['rpath_lib']
config_cont:
config .= o
pathquote = ''