1 2 3 4 5 6 7 8 9 10 11 12 13
|
Description: patch Perl interpreter as required by Polich 5.1
Perl Script Magic - http://www.debian.org/doc/packaging-manuals/perl-policy/ch-programs.html#s-hash_bang
Author: Laszlo Kajan <lkajan@rostlab.org>
Index: hhsuite/scripts/create_profile_from_hhm.pl
===================================================================
--- hhsuite.orig/scripts/create_profile_from_hhm.pl
+++ hhsuite/scripts/create_profile_from_hhm.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# create_profile_from_hhm.pl
# Create a profile (.prf) from a given HHM file
|