Fix binary generation.

* Makefile.am (install-exec-hook): Process all binaries.
This commit is contained in:
Mathieu Othacehe 2021-01-18 16:16:26 +01:00
parent dea5707750
commit 08a8215155
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 3 deletions

View File

@ -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. ##