Skip to content
Snippets Groups Projects
Unverified Commit 08a82151 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Fix binary generation.

* Makefile.am (install-exec-hook): Process all binaries.
parent dea57077
No related branches found
No related tags found
No related merge requests found
......@@ -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. ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment