1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

codepages-waf: When built with --with-fhs, install to

$prefix/share/samba, not $prefix/share.
This commit is contained in:
Jelmer Vernooij 2010-06-16 19:14:08 +02:00
parent aa76e8263d
commit 1614bcf0ec

View File

@ -1,3 +1,3 @@
#!/usr/bin/env python
bld.INSTALL_WILDCARD('${DATAROOTDIR}', '*.dat')
bld.INSTALL_WILDCARD('${DATADIR}', '*.dat')