diff options
Diffstat (limited to 'lang/guile1/files/patch-scripts_Makefile.am')
-rw-r--r-- | lang/guile1/files/patch-scripts_Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/guile1/files/patch-scripts_Makefile.am b/lang/guile1/files/patch-scripts_Makefile.am new file mode 100644 index 000000000000..8b8495e29698 --- /dev/null +++ b/lang/guile1/files/patch-scripts_Makefile.am @@ -0,0 +1,12 @@ +--- scripts/Makefile.am.orig 2023-05-22 16:38:21 UTC ++++ scripts/Makefile.am +@@ -21,6 +21,9 @@ + + AUTOMAKE_OPTIONS = gnu + ++# prevent program-suffix being used in this dir ++transform= ++ + # These should be installed and distributed. + scripts_sources = \ + PROGRAM \ |