You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/12/27 07:02:36 UTC

svn commit: r729604 - /httpd/mod_mbox/trunk/SConstruct

Author: pquerna
Date: Fri Dec 26 22:02:35 2008
New Revision: 729604

URL: http://svn.apache.org/viewvc?rev=729604&view=rev
Log:
s/libs/lib/

Modified:
    httpd/mod_mbox/trunk/SConstruct

Modified: httpd/mod_mbox/trunk/SConstruct
URL: http://svn.apache.org/viewvc/httpd/mod_mbox/trunk/SConstruct?rev=729604&r1=729603&r2=729604&view=diff
==============================================================================
--- httpd/mod_mbox/trunk/SConstruct (original)
+++ httpd/mod_mbox/trunk/SConstruct Fri Dec 26 22:02:35 2008
@@ -47,9 +47,9 @@
 # This is a hack to set the RPATH on some operating systems... make me more 
 # portable later....
 p1 = get_output([apr_config, '--bindir'])
-p1 = pjoin(p1[:p1.rfind('/')], 'libs')
+p1 = pjoin(p1[:p1.rfind('/')], 'lib')
 p2 = get_output([apr_config, '--bindir'])
-p2 = pjoin(p2[:p2.rfind('/')], 'libs')
+p2 = pjoin(p2[:p2.rfind('/')], 'lib')
 env.AppendUnique(RPATH = [p1, p2])
 
 env.ParseConfig(apr_config + ' --cflags --cppflags --includes --ldflags')