From 1614bcf0ecae211a92c308cd795c138d0533ee63 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 16 Jun 2010 19:14:08 +0200 Subject: codepages-waf: When built with --with-fhs, install to $prefix/share/samba, not $prefix/share. --- 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 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') -- cgit