spack/var/spack/repos/builtin/packages/interproscan/ps_scan.patch
Glenn Johnson f8acb95ad3 Convert encoding of script in interproscan (#14356)
One of the perl scripts was encoded with ISO-8859-1, which caused the
sbang replacement process to fail when spack uses python3. This PR
converts the ps_scan script to UTF-8 encoding.
2020-01-15 11:32:18 -06:00

13 lines
422 B
Diff

diff -ru a/bin/ps_scan.pl b/bin/ps_scan.pl
--- a/bin/ps_scan.pl 2020-01-01 14:07:54.243869822 -0600
+++ b/bin/ps_scan.pl 2020-01-01 14:08:03.786850313 -0600
@@ -8,7 +8,7 @@
# Authors:
# Alexandre Gattiker
# Edouard de Castro; E-mail: ecastro@isb-sib.ch
-# Béatrice Cuche (evaluated_by post-processing)
+# Béatrice Cuche (evaluated_by post-processing)
#
# Contributions:
# Lorenza Bordoli (repeat method)