guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/18: build-system/gnu: Remove 'install-license-files' from '%dist-phas


From: guix-commits
Subject: 01/18: build-system/gnu: Remove 'install-license-files' from '%dist-phases'.
Date: Fri, 10 Mar 2023 11:41:42 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 79ae719ad1e336fd7de93eb954281f0c0521c64b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 9 12:35:49 2023 +0100

    build-system/gnu: Remove 'install-license-files' from '%dist-phases'.
    
    * guix/build/gnu-dist.scm (%dist-phases): Delete 'install-license-files'.
---
 guix/build/gnu-dist.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/guix/build/gnu-dist.scm b/guix/build/gnu-dist.scm
index fce1cd0759..cc48d3bdbf 100644
--- a/guix/build/gnu-dist.scm
+++ b/guix/build/gnu-dist.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2015, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2013, 2015, 2020, 2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2018 Mark H Weaver <mhw@netris.org>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -52,6 +52,7 @@
     (delete 'strip)
     (replace 'install install-dist)
     (add-after 'build 'build-dist build)
-    (delete 'build)))
+    (delete 'build)
+    (delete 'install-license-files)))            ;don't create 'OUT/share/doc'
 
 ;;; gnu-dist.scm ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]