From 01298d0915a452e82738c10e971d772d263ed06d Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 13 Jan 2013 00:15:32 +0200 Subject: [PATCH] Install lash include files into dedicated dir This matches the lash-0.5.4 and lash-0.6.0~rc2 behaviour --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index f65f3dc5..493c3faf 100644 --- a/wscript +++ b/wscript @@ -519,7 +519,7 @@ def build(bld): ]: liblash.source.append(os.path.join("cdbus", source)) - bld.install_files('${PREFIX}/include/lash', bld.path.ant_glob('lash_compat/liblash/lash/*.h')) + bld.install_files('${PREFIX}/include/lash-1.0/lash', bld.path.ant_glob('lash_compat/liblash/lash/*.h')) # process lash-1.0.pc.in -> lash-1.0.pc bld( -- 2.11.4.GIT