summaryrefslogtreecommitdiff
path: root/codepages
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-16 19:14:08 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-16 19:15:30 +0200
commit1614bcf0ecae211a92c308cd795c138d0533ee63 (patch)
treedd385acdaaa446f94caa84046774628a9cb76fb6 /codepages
parentaa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002 (diff)
downloadsamba-1614bcf0ecae211a92c308cd795c138d0533ee63.tar.gz
samba-1614bcf0ecae211a92c308cd795c138d0533ee63.tar.bz2
samba-1614bcf0ecae211a92c308cd795c138d0533ee63.zip
codepages-waf: When built with --with-fhs, install to
$prefix/share/samba, not $prefix/share.
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 416c580054..695070fe0d 100644
--- a/codepages/wscript_build
+++ b/codepages/wscript_build
@@ -1,3 +1,3 @@
#!/usr/bin/env python
-bld.INSTALL_WILDCARD('${DATAROOTDIR}', '*.dat')
+bld.INSTALL_WILDCARD('${DATADIR}', '*.dat')