From 14345d55aea0a6700ee063624abd803baf680f1c Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 26 Jan 2017 09:36:09 +0100 Subject: [PATCH] strace change readme --- util/misc/strace/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/misc/strace/actions.py b/util/misc/strace/actions.py index 772e8ab7bf..44383527fa 100644 --- a/util/misc/strace/actions.py +++ b/util/misc/strace/actions.py @@ -21,4 +21,4 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("ChangeLog", "CREDITS", "NEWS", "README", "README-linux",) + pisitools.dodoc("ChangeLog", "CREDITS", "NEWS", "README", "README-linux-ptrace",)