guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Fix binary generation.


From: Mathieu Othacehe
Subject: branch master updated: Fix binary generation.
Date: Mon, 18 Jan 2021 10:17:01 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 08a8215  Fix binary generation.
08a8215 is described below

commit 08a8215155d2c29674eb9e000b365367582ff910
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Jan 18 16:16:26 2021 +0100

    Fix binary generation.
    
    * Makefile.am (install-exec-hook): Process all binaries.
---
 Makefile.am | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 280ccae..7679723 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -252,9 +252,8 @@ nobase_dist_pkgdata_DATA =                  \
 
 # Ensure that the scripts will find their module directories.
 install-exec-hook:
-       $(SED) \
-         -e 's,^#GUILE_LOAD,GUILE_LOAD,g' \
-         -i $(DESTDIR)$(bindir)/cuirass
+       @find $(DESTDIR)$(bindir) -type f -exec \
+       $(SED) -i -e 's,^#GUILE_LOAD,GUILE_LOAD,g' {} ';'
 
 ## -------------- ##
 ## Silent rules.  ##



reply via email to

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