From 6c48267877436002127e5dfa59a92043faa15825 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 5 Apr 2015 18:48:25 +0200 Subject: [PATCH] package/evemu: fix legal-info COPYING.GPL3 is not present in the sources. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/evemu/evemu.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk index 9acdbe24f9..b502469ec9 100644 --- a/package/evemu/evemu.mk +++ b/package/evemu/evemu.mk @@ -8,7 +8,7 @@ EVEMU_VERSION = 2.1.0 EVEMU_SITE = http://www.freedesktop.org/software/evemu EVEMU_SOURCE = evemu-$(EVEMU_VERSION).tar.xz EVEMU_LICENSE = LGPLv3 (library), GPLv3 (tools) -EVEMU_LICENSE_FILES = COPYING COPYING.GPL3 +EVEMU_LICENSE_FILES = COPYING # asciidoc used to generate manpages, which we don't need, and if it's # present on the build host, it ends getting called with our host-python