From f4cc0fe5fd8de3e93eaba4f9419eec9734c88d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sat, 11 May 2019 19:44:16 +0300 Subject: [PATCH] =?UTF-8?q?HACK=C4=B0NG=20file=20dont=20exist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/base/dbus/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/")