From 2ab8346777107af720b1a106111c1d867fed61c6 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 9 Mar 2017 21:02:30 +0300 Subject: [PATCH] ode:fix actions --- game/misc/ode/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/misc/ode/actions.py b/game/misc/ode/actions.py index 392d3e1a22..36bc0fca29 100644 --- a/game/misc/ode/actions.py +++ b/game/misc/ode/actions.py @@ -27,4 +27,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("CHANGELOG.txt", "README.txt") + pisitools.dodoc("CHANGELOG.txt", "README*", "COPYING")