diff --git a/system/base/dbus/actions.py b/system/base/dbus/actions.py index 5ec71e78..e0552b20 100644 --- a/system/base/dbus/actions.py +++ b/system/base/dbus/actions.py @@ -60,5 +60,5 @@ def install(): pisitools.dodir("/var/lib/dbus") pisitools.dodir("/usr/share/dbus-1/services") - pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING", "NEWS", "README", "doc/TODO", "doc/*.txt") + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "doc/TODO", "doc/*.txt") pisitools.dohtml("doc/")