Do not ship COPYING into /usr/include
authorBastian Blank <waldi@debian.org>
Sat, 5 Jul 2014 09:47:30 +0000 (11:47 +0200)
committerMaximilian Engelhardt <maxi@daemonizer.de>
Wed, 7 Dec 2022 20:02:44 +0000 (21:02 +0100)
This is not wanted in Debian.  COPYING ends up in
/usr/share/doc/xen-*copyright.

Patch-Name: tools-include-no-COPYING.diff

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
tools/include/Makefile

index f838171e8cd55423d31ac083f2247eef95a2fe5d..c4256aadfa23849487e6190f9438bbb6cf6cff4a 100644 (file)
@@ -63,7 +63,6 @@ install: all
        $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/io
        $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/sys
        $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/xsm
-       $(INSTALL_DATA) xen/COPYING $(DESTDIR)$(includedir)/xen
        $(INSTALL_DATA) xen/*.h $(DESTDIR)$(includedir)/xen
        $(INSTALL_DATA) xen/arch-x86/*.h $(DESTDIR)$(includedir)/xen/arch-x86
        $(INSTALL_DATA) xen/arch-x86/hvm/*.h $(DESTDIR)$(includedir)/xen/arch-x86/hvm