diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-07 13:13:44 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-07 13:22:02 +1100 |
commit | 1867a6033ca22da715017df005a5ad61c66e1597 (patch) | |
tree | ad364c75dbd9760ce38eb6fd3e50451254cdee56 /codepages/wscript_build | |
parent | 1f533bff17ade8c625a87504787dee6207f272e2 (diff) | |
download | samba-1867a6033ca22da715017df005a5ad61c66e1597.tar.gz samba-1867a6033ca22da715017df005a5ad61c66e1597.tar.bz2 samba-1867a6033ca22da715017df005a5ad61c66e1597.zip |
s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.dat
this matches samba3 behaviour
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'codepages/wscript_build')
-rw-r--r-- | codepages/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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') |