0001-Dont_copy_license_file.patch 696 B

12345678910111213141516171819202122
  1. From: Bertrand Marc <bmarc@debian.org>
  2. Date: Sun, 5 Jul 2020 14:58:43 +0200
  3. Subject: Dont_copy_license_file
  4. ---
  5. contrib/Makefile.inc | 3 +--
  6. 1 file changed, 1 insertion(+), 2 deletions(-)
  7. diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc
  8. index a563ef4..c737a07 100644
  9. --- a/contrib/Makefile.inc
  10. +++ b/contrib/Makefile.inc
  11. @@ -8,8 +8,7 @@ BUILDCOMMON_SHLIB_FILES = \
  12. build-common/sh/lib.sh/existence_python.sh \
  13. build-common/sh/lib.sh/msg.sh \
  14. build-common/sh/lib.sh/progname.sh \
  15. - build-common/sh/lib.sh/version_gnunet.sh \
  16. - build-common/LICENSE
  17. + build-common/sh/lib.sh/version_gnunet.sh
  18. BUILDCOMMON_CONF_FILES = \
  19. build-common/conf/.dir-locals.el \