diff options
Diffstat (limited to 'ctdb/wscript')
-rw-r--r-- | ctdb/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript index 59c69aea4e6..ec8998e7eca 100644 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -772,7 +772,8 @@ def build(bld): bld.INSTALL_FILES('${SYSCONFDIR}/sudoers.d', 'ctdb.sudoers', destname='ctdb') - bld.INSTALL_FILES('${CTDB_ETCDIR}/notify.d', 'config/notify.d.README', + bld.INSTALL_FILES('${CTDB_ETCDIR}/events/notification', + 'config/notification.README', destname='README') bld.install_dir(bld.env.CTDB_LOGDIR) |