From 1867a6033ca22da715017df005a5ad61c66e1597 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Feb 2011 13:13:44 +1100 Subject: s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.dat this matches samba3 behaviour Pair-Programmed-With: Andrew Bartlett --- codepages/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codepages') diff --git a/codepages/wscript_build b/codepages/wscript_build index 695070fe0d..12255296e4 100644 --- a/codepages/wscript_build +++ b/codepages/wscript_build @@ -1,3 +1,3 @@ #!/usr/bin/env python -bld.INSTALL_WILDCARD('${DATADIR}', '*.dat') +bld.INSTALL_WILDCARD('${CODEPAGEDIR}', '*.dat') -- cgit