summaryrefslogtreecommitdiffstats
path: root/codepages
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-07 13:13:44 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-07 13:22:02 +1100
commit1867a6033ca22da715017df005a5ad61c66e1597 (patch)
treead364c75dbd9760ce38eb6fd3e50451254cdee56 /codepages
parent1f533bff17ade8c625a87504787dee6207f272e2 (diff)
downloadsamba-1867a6033ca22da715017df005a5ad61c66e1597.tar.gz
samba-1867a6033ca22da715017df005a5ad61c66e1597.tar.xz
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')
-rw-r--r--codepages/wscript_build2
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')