remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR']
[ardour.git] / libs / audiographer / wscript
index d7f4eda0d19669fcd64aca47b9e42fc912aef967..2fe2739741444d979341fb81fee215727ecd4cf7 100644 (file)
@@ -82,7 +82,7 @@ def build(bld):
     audiographer.uselib         = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE'
     audiographer.use            = 'libpbd'
     audiographer.vnum           = AUDIOGRAPHER_LIB_VERSION
-    audiographer.install_path   = os.path.join(bld.env['LIBDIR'])
+    audiographer.install_path   = bld.env['LIBDIR']
 
 
     if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):